Update LAND x usare ordinamento corretto in display

This commit is contained in:
Samuele Locatelli
2021-10-13 10:50:28 +02:00
parent 7d6bef1a32
commit e21b7b9eee
6 changed files with 6 additions and 4 deletions
@@ -99,6 +99,7 @@ namespace MP.AppAuth.Controllers
{
dbResult = localDbCtx
.DbSetUpdMan
.OrderBy(x => x.Ordinal)
.ToList();
}
return dbResult;