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

            return(Obj.Eliminar(Obj));
        }