Example #1
0
        public ActionResult IndexUnverifiedPetitions()
        {
            PetitionService petitionService = new PetitionService();
            var             model           = petitionService.GetUnverifiedPetitions();

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