public EducationalInstitutionPaidServicesController(PaidServicesDbContext context) { _context = context; }
public ApplicantPaidServicesController(PaidServicesDbContext context) { _context = context; }
public EmployerPaidServicesController(PaidServicesDbContext context) { _context = context; }