コード例 #1
0
 public IEnumerable <CatDTO> GetRecipesByCategory()
 {
     return(_cService.GetRecipesByCategory());
 }