Example #1
0
 public bool UpdateFoodType(FoodTypeClass item)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public FoodTypeClass CreateFoodType(FoodTypeClass item)
 {
     throw new NotImplementedException();
 }