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