mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Fix documentation by machine (family) getting invalid sort sequence.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user