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