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