예제 #1
0
 public JobController()
 {
     _dataContext = new LABOEntities();
     _sendemail   = new SentEmailController();
 }