Exemplo n.º 1
0
 public JobController()
 {
     _dataContext = new LABOEntities();
     _sendemail   = new SentEmailController();
 }