Exemple #1
0
 public UserService(
     IBankUow bankUow,
     IAccountService accountService)
 {
     _bankUow        = bankUow;
     _accountService = accountService;
 }
Exemple #2
0
 public BankLookupsController(IBankUow uow) : base(uow)
 {
 }