public CompanyLocationPocoesController(CareerCloudContext context)
 {
     _context = context;
 }
Example #2
0
 public CompanyJobEducationController(CareerCloudContext context)
 {
     _context = context;
 }
 public SecurityLoginsRoleController(CareerCloudContext context)
 {
     _context = context;
 }
Example #4
0
 public SystemLanguageCodeController(CareerCloudContext context)
 {
     _context = context;
 }
 public CompanyProfileController(CareerCloudContext context)
 {
     _context = context;
 }
 public ApplicantSkillController(CareerCloudContext context)
 {
     _context = context;
 }
Example #7
0
 public SecurityLoginsLogPocoesController(CareerCloudContext context)
 {
     _context = context;
 }
 public ApplicantJobApplicationPocoesController(CareerCloudContext context)
 {
     _context = context;
 }
Example #9
0
 public SecurityRolePocoesController(CareerCloudContext context)
 {
     _context = context;
 }
 public CompanyDescriptionController(CareerCloudContext context)
 {
     _context = context;
 }
 public CompanyJobDescriptionPocoesController(CareerCloudContext context)
 {
     _context = context;
 }
 public ApplicantWorkHistoryController(CareerCloudContext context)
 {
     _context = context;
 }
Example #13
0
 public CompanyJobDescription(CareerCloudContext context)
 {
     _context = context;
 }
Example #14
0
 public CompanyJobSkillPocoesController(CareerCloudContext context)
 {
     _context = context;
 }
Example #15
0
 public ApplicantProfileController(CareerCloudContext context)
 {
     _context = context;
 }
 public ApplicantEducationController(CareerCloudContext context)
 {
     _context = context;
 }
Example #17
0
 public SystemCountryCodeController(CareerCloudContext context)
 {
     _context = context;
 }