public DeleteStudentHandler(ApdbContext context) { _context = context; }
public GetStudentsHandler(ApdbContext context) { _context = context; }
public EditStudentHandler(ApdbContext context) { _context = context; }
public CreateStudentPromotionHandler(ApdbContext context) { _context = context; }
public CreateStudentEnrollmentHandler(ApdbContext context) { _context = context; }