Beispiel #1
0
 public async Task <IEnumerable> ObterTodas(bool incluirTodosItens = false)
 {
     return(await VendaRepositorio.ObterTodas());
 }