public void Dispose() { Users = new TestUserRepository(); Coins = new TestCoinRepository(); Wallets = new TestWalletRepository(); Transactions = new TestTransactionRepository(); }
public TestUnitOfWork() { Users = new TestUserRepository(); Coins = new TestCoinRepository(); Wallets = new TestWalletRepository(); Transactions = new TestTransactionRepository(); }