Exemplo n.º 1
0
 public void Dispose()
 {
     Users        = new TestUserRepository();
     Coins        = new TestCoinRepository();
     Wallets      = new TestWalletRepository();
     Transactions = new TestTransactionRepository();
 }
Exemplo n.º 2
0
 public TestUnitOfWork()
 {
     Users        = new TestUserRepository();
     Coins        = new TestCoinRepository();
     Wallets      = new TestWalletRepository();
     Transactions = new TestTransactionRepository();
 }