Esempio n. 1
0
        public static async Task <List <Location> > List()
        {
            var oStandingDataFactory = new StandingDataFactory();

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

            return(await oStandingDataFactory.ListStopStatuses());
        }