示例#1
0
 public IEnumerable <Meal> GetCurrentUserMeal()
 {
     return(mealRepository.GetCurrentUserMeals());
 }