Пример #1
0
 public Tuple <bool, bool, string> UpdateFoodItem(FoodItem foodItem)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 public Tuple <FoodItem, bool, string> AddNewFoodItem(FoodItem foodItem)
 {
     return(new Tuple <FoodItem, bool, string>(null, false, string.Empty));
 }