MON
- Update ordinamento x filtro gruppo
This commit is contained in:
@@ -125,6 +125,10 @@ namespace MP.Data.Controllers
|
||||
{
|
||||
Log.Error($"Eccezione in MacchineGetFilt{Environment.NewLine}{exc}");
|
||||
}
|
||||
// update: ordinamento x Locazione
|
||||
dbResult = dbResult
|
||||
.Where(x => !string.IsNullOrEmpty(x.locazione))
|
||||
.OrderBy(x => x.locazione).ToList();
|
||||
return dbResult;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user