예제 #1
0
 public ProdutoDTO BuscarPorId(string id)
 {
     return(produtoService.BuscarPorId(id));
 }