public REL_Customer_MedalDal GetInstance()
 {
     if (_instance == null)
     {
         _instance = new REL_Customer_MedalDal();
     }
     return(_instance);
 }
Пример #2
0
 public REL_Customer_MedalDal GetInstance()
 {
     if (_instance == null)
     { _instance = new REL_Customer_MedalDal(); }
     return _instance;
 }