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