예제 #1
0
 public REL_Famous_KeyWordDal GetInstance()
 {
     if (_instance == null)
     {
         _instance = new REL_Famous_KeyWordDal();
     }
     return(_instance);
 }
예제 #2
0
 public REL_Famous_KeyWordDal GetInstance()
 {
     if (_instance == null)
     { _instance = new REL_Famous_KeyWordDal(); }
     return _instance;
 }