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