Exemple #1
0
 public static AdvUserBll GetInstance()
 {
     if (_instance == null)
     {
         _instance = new AdvUserBll();
     }
     return _instance;
 }
Exemple #2
0
 public static AdvUserBll GetInstance()
 {
     if (_instance == null)
     {
         _instance = new AdvUserBll();
     }
     return _instance;
 }