Exemplo n.º 1
0
 public Debt Get(Guid id)
 {
     return(_debtService.GetById(id));
 }