Ejemplo n.º 1
0
 public Tuple <bool, bool, string> UpdateFoodItem(FoodItem foodItem)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public Tuple <FoodItem, bool, string> AddNewFoodItem(FoodItem foodItem)
 {
     return(new Tuple <FoodItem, bool, string>(null, false, string.Empty));
 }