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