Exemplo n.º 1
0
 public IEnumerable <Debt> GetByCustomer(Guid customerId)
 {
     return(_debtService.GetDebtsByCustomer(customerId));
 }