public JsonResult ReadAllIngredients()
 {
     return(Json(_dbService.ReadAllElements()));
 }
Beispiel #2
0
 public JsonResult ReadAllRecipes()
 {
     return(Json(_dbService.ReadAllElements()));
 }