public AccountBankController(IAccountBankAppService accountBankAppService)
 {
     _accountBankAppService = accountBankAppService;
 }
示例#2
0
 public ValuesController(IAccountBankAppService accountBankAppService)
 {
 }