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