예제 #1
0
        public ActionResult NewsOther(int cateId, int ortherId)
        {
            var model = _bl.GetListOther(cateId, ortherId);

            return(PartialView(model));
        }