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