public System.Threading.Tasks.Task <WpfApp1.VelibServiceReference.Station[]> GetStationsByContractAsync(WpfApp1.VelibServiceReference.Contract contract, bool useCache) { return(base.Channel.GetStationsByContractAsync(contract, useCache)); }
public WpfApp1.VelibServiceReference.Station[] GetStationsByContract(WpfApp1.VelibServiceReference.Contract contract, bool useCache) { return(base.Channel.GetStationsByContract(contract, useCache)); }