Exemplo n.º 1
0
        private void Del()
        {
            string code = HttpContext.Current.Request["id"].ToString();
            FunctionFactory bll = new FunctionFactory();

            HttpContext.Current.Response.Write(bll.Del(code));
        }