示例#1
0
 public System.Threading.Tasks.Task ByMotorcycleAsync(VehicleClient.VehicleServiceReference.Motorcycle motorcycle)
 {
     return(base.Channel.ByMotorcycleAsync(motorcycle));
 }
示例#2
0
 public void ByMotorcycle(VehicleClient.VehicleServiceReference.Motorcycle motorcycle)
 {
     base.Channel.ByMotorcycle(motorcycle);
 }