Example #1
0
        public void delete(WebHelper w, Dictionary <string, object> kv)
        {
            string sheet_no = w.Read("sheet_no");

            bll.Delete(sheet_no);
        }