Esempio n. 1
0
 public IList <Venda> BuscarTodos()
 {
     return(VendaRepository.BuscarTodos().ToList());
 }