Esempio n. 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;
 }
Esempio n. 5
0
 //Constructor to get the database at the beginning
 public EditController(NHGPSContext context)
 {
     _Context = context;
 }
Esempio n. 6
0
 //Constructor to get the database at the beginning
 public RelClassController(NHGPSContext context)
 {
     _Context = context;
 }
Esempio n. 7
0
 //Constructor to get the database at the beginning
 public AdmissionController(NHGPSContext context)
 {
     _Context = context;
 }