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