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