public CountryController()
 {
     db = new NGOdata.NGODBEntities();
 }
 public LoginController()
 {
     db = new NGOdata.NGODBEntities();
 }
 public JobApplyController()
 {
     db = new NGOdata.NGODBEntities();
 }
Exemple #4
0
 public JobFormController()
 {
     db = new NGOdata.NGODBEntities();
 }
 public QuestionChoicesController()
 {
     db = new NGOdata.NGODBEntities();
 }
Exemple #6
0
 public YearsOfExperienceController()
 {
     db = new NGOdata.NGODBEntities();
 }
Exemple #7
0
 public SegmentsController()
 {
     db = new NGOdata.NGODBEntities();
 }
Exemple #8
0
 public AreaOfExpertiseController()
 {
     db = new NGOdata.NGODBEntities();
 }
Exemple #9
0
 public CorporatesController()
 {
     db = new NGOdata.NGODBEntities();
 }
Exemple #10
0
 public Admin22Controller()
 {
     db = new NGOdata.NGODBEntities();
 }
Exemple #11
0
 public RequirementsController()
 {
     db = new NGOdata.NGODBEntities();
 }
 public SkillsController()
 {
     db = new NGOdata.NGODBEntities();
 }
 public UserAnswersController()
 {
     db = new NGOdata.NGODBEntities();
 }
 public JobApplianceStatusController()
 {
     db = new NGOdata.NGODBEntities();
 }