public BankAccountController(IBankAccountPresenter bankAccountPresenter)
 {
     _bankAccountPresenter = bankAccountPresenter;
 }
Beispiel #2
0
 public BankAccountController(IBankAccountPresenter bankAccountPresenter)
 {
     _bankAccountPresenter = bankAccountPresenter;
 }