Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 97442c93

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

Ordering of documents

Zobrazit rozdíly:

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

  

Také k dispozici: Unified diff