Esempio n. 1
0
 public void AddDish(Dish dish)
 {
     _dishRepository.AddDish(dish);
     Dishes.Add(dish);
     SortDishes();
 }