API.Controllers.TransitApiController.Index C# (CSharp) 메소드

Index() 개인적인 메소드

private Index ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult
        public ActionResult Index()
        {
            return RedirectPermanent("http://github.com/RikkiGibson/Corvallis-Bus-Server");
        }