Пример #1
0
 public IEnumerable <Meal> GetAll()
 {
     return(_mealsService.GetAllMeals());
 }