コード例 #1
0
 public DetailsModel(CoreCrud3.Models.CoreCrud3Context context)
 {
     _context = context;
 }
コード例 #2
0
 public DeleteModel(CoreCrud3.Models.CoreCrud3Context context)
 {
     _context = context;
 }
コード例 #3
0
 public EditModel(CoreCrud3.Models.CoreCrud3Context context)
 {
     _context = context;
 }
コード例 #4
0
ファイル: Create.cshtml.cs プロジェクト: aman-rastogi/IS7012
 public CreateModel(CoreCrud3.Models.CoreCrud3Context context)
 {
     _context = context;
 }
コード例 #5
0
ファイル: Index.cshtml.cs プロジェクト: aman-rastogi/IS7012
 public IndexModel(CoreCrud3.Models.CoreCrud3Context context)
 {
     _context = context;
 }