Beispiel #1
0
        public ActionResult ShowActiveBlacklist(int index = 1, int type = 0, string key = "")
        {
            var pager = _active.GetBlackForActiveByPage(index, type, key);

            ViewBag.Page       = pager;
            ViewBag.ActiveType = type;
            ViewBag.Key        = key;
            return(View());
        }