public ContactUsController()
 {
     _dataContaxt = new LABOEntities();
 }
Example #2
0
 public JobController()
 {
     _dataContext = new LABOEntities();
     _sendemail   = new SentEmailController();
 }
Example #3
0
 public ClientListController()
 {
     _dataContext = new LABOEntities();
 }
Example #4
0
 public LoginController()
 {
     _dataContext = new LABOEntities();
 }
Example #5
0
 public EmployeeListController()
 {
     _dataContext = new LABOEntities();
 }