public SubjectsController(ProjectManageStudentContext context)
 {
     _context = context;
 }
 public ApiHandleController(ProjectManageStudentContext context)
 {
     _context = context;
 }
 public AuthenticationAip(ProjectManageStudentContext context)
 {
     _context = context;
 }
 public ClassroomsController(ProjectManageStudentContext context)
 {
     _context = context;
 }
Esempio n. 5
0
 public AccountsController(ProjectManageStudentContext context)
 {
     _context = context;
 }
 public AuthenticationController(ProjectManageStudentContext context)
 {
     _context = context;
 }