Пример #1
0
 public IEnumerable <domain.Meal> Execute()
 {
     return(mealRepository.GetAllFromPlace(PlaceId));
 }