Beispiel #1
0
 public SYS_SMSDal GetInstance()
 {
     if (_instance == null)
     {
         _instance = new SYS_SMSDal();
     }
     return(_instance);
 }
Beispiel #2
0
 public SYS_SMSDal GetInstance()
 {
     if (_instance == null)
     { _instance = new SYS_SMSDal(); }
     return _instance;
 }