Ejemplo n.º 1
0
        protected void Page_Load(object sender, EventArgs e)
        {
            string _aux = Request["id"];
            // var _aux2 = Request["id"];
            Int32 value = Int32.Parse(_aux);

            brPayments = new BrPayments();
            bool ans = brPayments.UpdateComissionStatus(value);

            Response.Write(ans);
        }