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