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