Ejemplo n.º 1
0
        private static void AddStationRushcliffeHalt(eWolfBootstrap.Interfaces.IPageBuilder pageBuilder)
        {
            IStationsPages stationsPages = new BuildStationsRushcliffeHaltPage();
            string         htmlPath      = $@"GCR-RushcliffeHalt\{stationsPages.HtmlFileName}";

            pageBuilder.Append(CreateCard(stationsPages, htmlPath));
        }
Ejemplo n.º 2
0
        private static void AddStationLeicestershireNorth(eWolfBootstrap.Interfaces.IPageBuilder pageBuilder)
        {
            IStationsPages stationsPages = new BuildStationsLeicestershireNorthPage();
            string         htmlPath      = $@"GCR-LeicestershireNorth\{stationsPages.HtmlFileName}";

            pageBuilder.Append(CreateCard(stationsPages, htmlPath));
        }
Ejemplo n.º 3
0
        private static void AddStationLoughboroughStation(eWolfBootstrap.Interfaces.IPageBuilder pageBuilder)
        {
            IStationsPages stationsPages = new BuildStationsLoughboroughStationPage();
            string         htmlPath      = $@"GCR-LoughboroughStation\{stationsPages.HtmlFileName}";

            pageBuilder.Append(CreateCard(stationsPages, htmlPath));
        }
Ejemplo n.º 4
0
        private static void AddBuildStationsQuornAndWoodHouse(eWolfBootstrap.Interfaces.IPageBuilder pageBuilder)
        {
            IStationsPages stationsPages = new BuildStationsQuornAndWoodHouse();
            string         htmlPath      = $@"GCR-QuornAndWoodHouse\{stationsPages.HtmlFileName}";

            pageBuilder.Append(CreateCard(stationsPages, htmlPath));
        }