Пример #1
0
 public Dish Get(string DishName)
 {
     return(DishRepository.GetByDishName(DishName));
 }