コード例 #1
0
 public async Task AdicionarLance(string id, Lance lance) => await _business.InserirLanceEmProduto(id, lance);