예제 #1
0
        public ActionResult GetModel(Check_Model model)
        {
            Check_Func db = new Check_Func();

            ViewData["Taskno"] = db.GetTableID("SEQ_CHECK_NO").ToString();
            return(View());
        }
예제 #2
0
        public string GetTableID(string strSeq)
        {
            Check_Func db = new Check_Func();

            return(db.GetTableID(strSeq));
        }