コード例 #1
0
 public async Task <Produto> BuscarProdutoPorId(string id) => await _business.BuscarProdutoPorId(id);