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