Ejemplo n.º 1
0
        public Venta GetByID(int ID)
        {
            VentaBLL VentaBLL = new VentaBLL();

            return(VentaBLL.GetByID(ID));
        }