Exemple #1
0
 public void Dispose()
 {
     Users        = new TestUserRepository();
     Coins        = new TestCoinRepository();
     Wallets      = new TestWalletRepository();
     Transactions = new TestTransactionRepository();
 }
Exemple #2
0
 public TestUnitOfWork()
 {
     Users        = new TestUserRepository();
     Coins        = new TestCoinRepository();
     Wallets      = new TestWalletRepository();
     Transactions = new TestTransactionRepository();
 }