Exemplo n.º 1
0
 public async Task <Debt> GetAllByIdAsync(Guid id)
 {
     return(await _debtRepository.GetAllByIdAsync(id));
 }