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