示例#1
0
 public IQueryable <Meal> GetMealByCategory(Guid categoryId)
 {
     return(_mealRepository.GetMealByCategory(categoryId));
 }