Example #1
0
        // GET: All Done Plans

        public ActionResult AllDone()
        {
            return(View("Index", repository.GetAllDone(User.Identity.GetUserId())));
        }