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