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