예제 #1
0
파일: App.cs 프로젝트: sinhpham/Orchard
        public static Page GetMainPage()
        {
            var rootPage = new RootPage();

            return(rootPage);
        }
예제 #2
0
파일: App.cs 프로젝트: NamXH/Orchard
        public static Page GetMainPage()
        {
            var rootPage = new RootPage();

            return rootPage;
        }