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