Exemplo n.º 1
0
 public AstroDiceDal GetInstance()
 {
     if (_instance == null)
     {
         _instance = new AstroDiceDal();
     }
     return(_instance);
 }
Exemplo n.º 2
0
 public AstroDiceDal GetInstance()
 {
     if (_instance == null)
     { _instance = new AstroDiceDal(); }
     return _instance;
 }