Example #1
0
 public IActionResult MealandIngredientFullList()
 {
     return(Ok(_chefService.MealandIngredientFullList()));
 }