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