示例#1
0
 public BankAccountController(IBankAccountApp bankAccountApp)
 {
     _bankAccountApp = bankAccountApp;
 }