Example #1
0
 public TeacherController(AppLearnContext context)
 {
     _context = context;
 }
Example #2
0
 public InstituteController(AppLearnContext context)
 {
     _context = context;
 }
Example #3
0
 public CourseController(AppLearnContext context)
 {
     _context = context;
 }
Example #4
0
 public UserController(AppLearnContext context)
 {
     _context = context;
 }
Example #5
0
 public RoleController(AppLearnContext context)
 {
     _context = context;
 }