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; }
public EditModel(Student_ms.Models.Student_msContext context) { _context = context; }
public DetailsModel(Student_ms.Models.Student_msContext context) { _context = context; }