示例#1
0
 public List <AccountEntity> GetAccountByCustomerId(int customerId)
 {
     _customerDataAccess = new CustomerDataAccess(_context);
     return(_customerDataAccess.GetAccountByCustomerId(customerId));
 }