ChestClient.Controllers.AccountController.Profile C# (CSharp) Method

Profile() private method

private Profile ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult
        public ActionResult Profile()
        {
            return View();
        }