Exemplo n.º 1
0
 private void SetupTestAccounts()
 {
     _testAccountRepository.Update(_sourceAccount);
     _testAccountRepository.Update(_destinationAccount);
 }
Exemplo n.º 2
0
 private void SetupTestAccount()
 {
     _testAccountRepository.Update(_sourceAccount);
 }