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