示例#1
0
        public ActionResult IndexUnverifiedSectionAnswers()
        {
            LawService lawService = new LawService();
            var        model      = lawService.GetUnverifiedLawSectionCustomVotes();

            return(PartialView("_IndexUnverifiedSectionAnswers", model));
        }