Esempio n. 1
0
 public IEnumerable GetSortFoods()
 {
     return(Foods?.OrderBy(f => f.Name).ToList());
 }