Exemplo n.º 1
0
 public System.Threading.Tasks.Task SetCarAsync(WCFWebCarClient.CarService.Car c)
 {
     return(base.Channel.SetCarAsync(c));
 }
Exemplo n.º 2
0
 public void SetCar(WCFWebCarClient.CarService.Car c)
 {
     base.Channel.SetCar(c);
 }