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