示例#1
0
        public PartialViewResult Ticket(int?sid, string other, int?id)
        {
            var model = ticketService.GetDetailSightBaseInfoById((int)sid);

            return(PartialView(model));
        }