Ejemplo n.º 1
0
        public static DataSet Anterior(string cod_precio)
        {
            DPrecio Obj = new DPrecio()
            {
                Dcod_precio = cod_precio
            };

            return(Obj.Anterior(Obj));
        }