예제 #1
0
 public DetailsModel(CVR.Data.CVRContext context)
 {
     _context = context;
 }
예제 #2
0
 public DeleteModel(CVR.Data.CVRContext context)
 {
     _context = context;
 }
예제 #3
0
파일: Edit.cshtml.cs 프로젝트: cknduru/CVRR
 public EditModel(CVR.Data.CVRContext context)
 {
     _context = context;
 }
예제 #4
0
 public IndexModel(CVR.Data.CVRContext context)
 {
     _context = context;
 }
예제 #5
0
 public CreateModel(CVR.Data.CVRContext context)
 {
     _context = context;
 }