Fix documentation by machine (family) getting invalid sort sequence.

This commit is contained in:
2020-08-12 20:05:31 +01:00
parent 4b255bcf32
commit c5652cfb37
7 changed files with 7 additions and 7 deletions

View File

@@ -46,7 +46,7 @@ namespace Marechai.Services
BookId = p.BookId,
MachineFamilyId = p.MachineFamilyId,
MachineFamily = p.MachineFamily.Name
}).OrderBy(p => p.MachineFamily).ThenBy(p => p.Book).ToListAsync();
}).OrderBy(p => p.MachineFamily).ToListAsync();
public async Task DeleteAsync(long id, string userId)
{