public async Task <ActionResult> AddVenda(Venda venda) { await _vendaRepository.AddVenda(venda); return(Ok(venda)); }