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