Пример #1
0
 //Constructor to get the database at the beginning
 public ManagerController(NHGPSContext context)
 {
     _Context = context;
 }
 //Constructor to get the database at the beginning
 public ResultController(NHGPSContext context)
 {
     _Context = context;
 }
 public LoginController(NHGPSContext context)
 {
     _Context = context;
 }
 public StudentResultViewController(NHGPSContext context)
 {
     _Context = context;
 }
Пример #5
0
 //Constructor to get the database at the beginning
 public EditController(NHGPSContext context)
 {
     _Context = context;
 }
Пример #6
0
 //Constructor to get the database at the beginning
 public RelClassController(NHGPSContext context)
 {
     _Context = context;
 }
Пример #7
0
 //Constructor to get the database at the beginning
 public AdmissionController(NHGPSContext context)
 {
     _Context = context;
 }