Esempio n. 1
0
 public CheckingAccount GetByAccountNumber(long accountNumber)
 {
     return(_checkingAccountService.GetByAccountNumber(accountNumber));
 }