예제 #1
0
 public List <BankAccount> ListAllAccount()
 {
     return(_bankAccountRepository.ListAllAccount());
 }