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