public StudentInfoeController(ParentsDbContext context)
 {
     _context = context;
 }
 public StudentCourseController(ParentsDbContext context)
 {
     _context = context;
 }
 public NoticeController(ParentsDbContext context)
 {
     _context = context;
 }
Exemple #4
0
 public PaymentsController(ParentsDbContext context)
 {
     _context = context;
 }
 public ResultsController(ParentsDbContext context)
 {
     _context = context;
 }
 public TeacherCourseController(ParentsDbContext context)
 {
     _context = context;
 }
 public LoginController(ParentsDbContext context)
 {
     _context = context;
 }
 public UserInfoesController(ParentsDbContext context)
 {
     _context = context;
 }
 public CoursesController(ParentsDbContext context)
 {
     _context = context;
 }