예제 #1
0
파일: Edit.cshtml.cs 프로젝트: Ries-Dan/SMP
 public EditModel(SMP.Models.SMPContext context)
 {
     _context = context;
 }
예제 #2
0
 public DetailsModel(SMP.Models.SMPContext context)
 {
     _context = context;
 }
예제 #3
0
 public DeleteModel(SMP.Models.SMPContext context)
 {
     _context = context;
 }
예제 #4
0
 public CreateModel(SMP.Models.SMPContext context)
 {
     _context = context;
 }
예제 #5
0
 public IndexModel(SMP.Models.SMPContext context)
 {
     _context = context;
 }