Пример #1
0
 public IList <Venta> Listar()
 {
     return(VentaService.ListarTodos());
 }