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
MagazineId = p.MagazineId,
MachineId = p.MachineId,
Machine = p.Machine.Name
}).OrderBy(p => p.Machine).ThenBy(p => p.Magazine).ToListAsync();
}).OrderBy(p => p.Machine).ToListAsync();
public async Task DeleteAsync(long id, string userId)
{