public account_service_test_context()
 {
     Repository = new FakeAccountRepository();
     WatchListService = new FakeWatchListService();
     AccountService = new AccountService(Repository, WatchListService);
 }
Пример #2
0
 public AccountContext()
 {
     Repository = new FakeAccountRepository();
     WatchListService = new FakeWatchListService();
     AccountService = new AccountService(Repository, WatchListService);
 }