示例#1
0
 public MealModel GetByID(int id)
 {
     //throw new NotImplementedException();
     return(_mealRepository.GetByID(id));
 }