Example #1
0
 public List <Account> GetCustomerAccounts(int customerId)
 {
     return(_accountHandler.GetCustomerAccounts(customerId));
 }