public static async Task <List <Location> > List() { var oStandingDataFactory = new StandingDataFactory(); return(await oStandingDataFactory.ListLocations()); }
public static async Task <List <StopStatus> > List() { var oStandingDataFactory = new StandingDataFactory(); return(await oStandingDataFactory.ListStopStatuses()); }