示例#1
0
 public IActionResult Get(Guid id)
 {
     return(Ok(_mapper.Map <ProdutoDto>(_produtoService.ObterProdutoPorId(id))));
 }