Esempio n. 1
0
 public JsonResult ReadAllIngredients()
 {
     return(Json(_dbService.ReadAllElements()));
 }
Esempio n. 2
0
 public JsonResult ReadAllRecipes()
 {
     return(Json(_dbService.ReadAllElements()));
 }