public static REL_Famous_KeyWordBll GetInstance()
 {
     if (_instance == null)
     {
         _instance = new REL_Famous_KeyWordBll();
     }
     return _instance;
 }
Beispiel #2
0
 public static REL_Famous_KeyWordBll GetInstance()
 {
     if (_instance == null)
     {
         _instance = new REL_Famous_KeyWordBll();
     }
     return(_instance);
 }