Ejemplo n.º 1
0
 public static DAOCustomer GetInstance()
 {
     if (_DAOCustomer == null)
     {
         _DAOCustomer = new DAOCustomer();
     }
     return _DAOCustomer;
 }
Ejemplo n.º 2
0
 public static DAOCustomer GetInstance()
 {
     if (_DAOCustomer == null)
     {
         _DAOCustomer = new DAOCustomer();
     }
     return(_DAOCustomer);
 }