Ejemplo n.º 1
0
 public IEnumerable <CatDTO> GetRecipesByCategory()
 {
     return(_cService.GetRecipesByCategory());
 }