Beispiel #1
0
 public int InsertOrUpdateMealType(MealType value)
 {
     return(dal.InsertOrUpdateMealType(value));
 }