Exemple #1
0
 public SubjectsController(StudentManagerContext context)
 {
     _context = context;
 }
Exemple #2
0
 public MarksController(StudentManagerContext context)
 {
     _context = context;
 }
 public AccountRolesController(StudentManagerContext context)
 {
     _context = context;
 }
Exemple #4
0
 public AuthenticationController(StudentManagerContext context)
 {
     _context = context;
 }
 public GradesController(StudentManagerContext context)
 {
     _context = context;
 }
 public InformationController(StudentManagerContext context)
 {
     _context = context;
 }