示例#1
0
 public IEnumerable <domain.Meal> Execute()
 {
     return(mealRepository.GetAllByPaging(Page, Amount));
 }