コード例 #1
0
 public JsonResult ReadAllIngredients()
 {
     return(Json(_dbService.ReadAllElements()));
 }
コード例 #2
0
ファイル: RecipesController.cs プロジェクト: ilyagur/33Whales
 public JsonResult ReadAllRecipes()
 {
     return(Json(_dbService.ReadAllElements()));
 }