Ejemplo n.º 1
0
 public ConnecctionManager()
 {
     dao       = SqlDao.GetInstance();
     ifConnect = dao.VerifyConnection();
 }