Revize 97442c93
Přidáno uživatelem Vojtěch Bartička před téměř 3 roky(ů)
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
Ordering of documents