ITimeU.Controllers.ParticipantController.Index C# (CSharp) Method

Index() private method

private Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult
        public ActionResult Index()
        {
            var participantModel = new AthleteModel("Test", "Person");
            return View("Index", participantModel);
        }
ParticipantController