Exemple #1
0
 public List <Venta> FindAll()
 {
     return(ventaRepository.FindAll());
 }