Beispiel #1
0
        public static async Task <List <Location> > List()
        {
            var oStandingDataFactory = new StandingDataFactory();

            return(await oStandingDataFactory.ListLocations());
        }
Beispiel #2
0
        public static async Task <List <StopStatus> > List()
        {
            var oStandingDataFactory = new StandingDataFactory();

            return(await oStandingDataFactory.ListStopStatuses());
        }