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