public DeleteStudentHandler(ApdbContext context)
 {
     _context = context;
 }
Example #2
0
 public GetStudentsHandler(ApdbContext context)
 {
     _context = context;
 }
Example #3
0
 public EditStudentHandler(ApdbContext context)
 {
     _context = context;
 }
Example #4
0
 public CreateStudentPromotionHandler(ApdbContext context)
 {
     _context = context;
 }
Example #5
0
 public CreateStudentEnrollmentHandler(ApdbContext context)
 {
     _context = context;
 }