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