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