Example #1
0
 public async Task <Venda[]> ListarVendas()
 {
     return(await _vendaRepositorio.GetAllAsync());
 }