Example #1
0
 public List <ProdutoDTO> Buscar([FromBody] FiltroProdutoDTO filtro)
 {
     return(produtoService.Buscar(filtro));
 }