Пример #1
0
        // GET: Plans
        public ActionResult Index()
        {
            string currentUserId = User.Identity.GetUserId();

            return(View(repository.GetAllPlans(currentUserId)));
        }