예제 #1
0
    protected void ActvarCuenta()
    {
        SqlCommand comando = new SqlCommand();
        Funciones  Objeto  = new Funciones();

        comando = Objeto.ArmarParametrosActivarCuenta(comando, Request.QueryString["cod"].Substring(6, 9));
        Objeto.EjecutarSp("SPactivarCuenta", comando);
    }