public CreateModel(Student_ms.Models.Student_msContext context)
 {
     _context = context;
 }
 public IndexModel(Student_ms.Models.Student_msContext context)
 {
     _context = context;
 }
 public DeleteModel(Student_ms.Models.Student_msContext context)
 {
     _context = context;
 }
Beispiel #4
0
 public EditModel(Student_ms.Models.Student_msContext context)
 {
     _context = context;
 }
 public DetailsModel(Student_ms.Models.Student_msContext context)
 {
     _context = context;
 }