Exemplo n.º 1
0
 public async Task <ActionResult <string> > Get(string id) => Ok(await _service.BuscarProdutoPorId(id));