Exemplo n.º 1
0
 public BLG_ReplyDal GetInstance()
 {
     if (_instance == null)
     {
         _instance = new BLG_ReplyDal();
     }
     return(_instance);
 }
Exemplo n.º 2
0
 public BLG_ReplyDal GetInstance()
 {
     if (_instance == null)
     { _instance = new BLG_ReplyDal(); }
     return _instance;
 }