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

            return(Obj.GenerarCod(Obj));
        }