示例#1
0
        private void Del()
        {
            string id = HttpContext.Current.Request["id"].ToString();
            SupplyFactory bll = new SupplyFactory();

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