public AccountBankController(IAccountBankAppService accountBankAppService)
 {
     _accountBankAppService = accountBankAppService;
 }
Esempio n. 2
0
 public ValuesController(IAccountBankAppService accountBankAppService)
 {
 }