コード例 #1
0
        public ActionResult Index()
        {
            var accounts = Planner.GetAllAccounts(HttpContext.User.Identity.Name);

            return(View(accounts));
        }