Exemplo n.º 1
0
        public ActionResult Participants()
        {
            string partiesName = Request.Cookies["PartiesName"];

            LayoutRepository.AddParties(partiesName);
            return(View(paticipantsRepository.Read(partiesName)));
        }