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