Ejemplo n.º 1
0
        public ActionResult GetAllParties()
        {
            var service = new PartyService();
            var model   = service.GetAllParties();

            return(View("Parties/Index", model));
        }