public CompanyLocationPocoesController(CareerCloudContext context)
 {
     _context = context;
 }
Esempio n. 2
0
 public CompanyJobEducationController(CareerCloudContext context)
 {
     _context = context;
 }
 public SecurityLoginsRoleController(CareerCloudContext context)
 {
     _context = context;
 }
Esempio n. 4
0
 public SystemLanguageCodeController(CareerCloudContext context)
 {
     _context = context;
 }
 public CompanyProfileController(CareerCloudContext context)
 {
     _context = context;
 }
 public ApplicantSkillController(CareerCloudContext context)
 {
     _context = context;
 }
Esempio n. 7
0
 public SecurityLoginsLogPocoesController(CareerCloudContext context)
 {
     _context = context;
 }
 public ApplicantJobApplicationPocoesController(CareerCloudContext context)
 {
     _context = context;
 }
Esempio n. 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;
 }
Esempio n. 13
0
 public CompanyJobDescription(CareerCloudContext context)
 {
     _context = context;
 }
Esempio n. 14
0
 public CompanyJobSkillPocoesController(CareerCloudContext context)
 {
     _context = context;
 }
Esempio n. 15
0
 public ApplicantProfileController(CareerCloudContext context)
 {
     _context = context;
 }
 public ApplicantEducationController(CareerCloudContext context)
 {
     _context = context;
 }
Esempio n. 17
0
 public SystemCountryCodeController(CareerCloudContext context)
 {
     _context = context;
 }