コード例 #1
0
ファイル: Location.cs プロジェクト: ESchulmeister/Projects
        public static async Task <List <Location> > List()
        {
            var oStandingDataFactory = new StandingDataFactory();

            return(await oStandingDataFactory.ListLocations());
        }
コード例 #2
0
ファイル: StopStatus.cs プロジェクト: ESchulmeister/Projects
        public static async Task <List <StopStatus> > List()
        {
            var oStandingDataFactory = new StandingDataFactory();

            return(await oStandingDataFactory.ListStopStatuses());
        }