예제 #1
0
        public ActionResult CheckInfoList(int index = 1, int size = 15, string start = "", string end = "", string key = "", int stutas = -1)
        {
            PageData <CheckInfo> list = _checkManager.GetCheckInfoes(index, size, start, end, stutas, key);

            ViewBag.Pager = list;
            return(View());
        }