Ejemplo n.º 1
0
 public async Task FinalizaVenda(Guid vendaId)
 {
     await _vendaService.FinalizaVenda(vendaId);
 }