Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 02fc62a8

Přidáno uživatelem Vojtěch Bartička před asi 2 roky(ů)

Small fix

Zobrazit rozdíly:

Backend/Core/Services/DocumentService/DocumentServiceEF.cs
193 193
                PageCount = pageCount,
194 194
                PageIndex = pageIndex,
195 195
                TotalCount = totalCount,
196
                Documents = documentInfos.OrderBy(di => di.Name).ToList();
196
                Documents = documentInfos.OrderBy(di => di.Name).ToList()
197 197
            };
198 198
        }
199 199

  

Také k dispozici: Unified diff