public QA_CommentDal GetInstance() { if (_instance == null) { _instance = new QA_CommentDal(); } return(_instance); }
public QA_CommentDal GetInstance() { if (_instance == null) { _instance = new QA_CommentDal(); } return _instance; }