Exemplo n.º 1
0
 public CryptocurrencyStoreServices()
 {
     cryptocurrencyStoreDataAccess = new CryptocurrencyStoreDataAccess();
 }
 public WalletServices()
 {
     walletDataAccess = new WalletDataAccess();
     cryptocurrencyStoreDataAccess = new CryptocurrencyStoreDataAccess();
 }