Esempio n. 1
0
 public List <FoodDTO> Get(long categoryId)
 {
     foodService = FoodService.Instance;
     return(foodService.FindAllByCategoryId(categoryId));
 }