コード例 #1
0
 public CreateModel(FoodSite.Models.IngredientContext context)
 {
     _context = context;
 }
コード例 #2
0
 public IndexModel(FoodSite.Models.IngredientContext context)
 {
     _context = context;
 }
コード例 #3
0
 public DetailsModel(FoodSite.Models.IngredientContext context)
 {
     _context = context;
 }
コード例 #4
0
ファイル: Edit.cshtml.cs プロジェクト: mbusenbarrick/FoodSite
 public EditModel(FoodSite.Models.IngredientContext context)
 {
     _context = context;
 }