Beispiel #1
0
 public MealType GetMealTypeById(int id)
 {
     return(dal.GetMealTypeById(id));
 }