Ejemplo n.º 1
0
 public static UserDS getInstance(string cStr)
 {
     if (_instance == null)
     {
         _instance = new UserDS(cStr);
     }
     return(_instance);
 }
Ejemplo n.º 2
0
 public UserService(string cstr)
 {
     _ds = UserDS.getInstance(cstr);
 }