コード例 #1
0
        // GET: All not Done Plans

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