Beispiel #1
0
 public Pagamento BuscarPagamento(Guid id)
 {
     return(_pagamentoService.BuscarPagamentoPorId(id));
 }