public ActionResult GetModel(Check_Model model) { Check_Func db = new Check_Func(); ViewData["Taskno"] = db.GetTableID("SEQ_CHECK_NO").ToString(); return(View()); }
public string GetTableID(string strSeq) { Check_Func db = new Check_Func(); return(db.GetTableID(strSeq)); }