Exemplo n.º 1
0
        // GET: KeyPoint
        public ActionResult Index()
        {
            int magId = Int32.Parse(Request.Cookies["MagazineId"].Value);
            var model = MagazineService.GetKeyPointsContainersById(magId);

            return(View(model));
        }