public AdvTopicContentDal GetInstance()
 {
     if (_instance == null)
     {
         _instance = new AdvTopicContentDal();
     }
     return(_instance);
 }
示例#2
0
 public AdvTopicContentDal GetInstance()
 {
     if (_instance == null)
     { _instance = new AdvTopicContentDal(); }
     return _instance;
 }