Exemplo n.º 1
0
 public bool CheckIfExists(FoodItem item)
 {
     // check item types table
     // return as appropriate
     throw new NotImplementedException("CheckIfExists not implemented");
 }
Exemplo n.º 2
0
 public void AddToInventory(FoodItem item)
 {
     // EF required here
     throw new NotImplementedException();
 }