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