Beispiel #1
0
 public System.Threading.Tasks.Task <SpaceClient.ServiceReference1.StarShip> PullStarshipAsync(SpaceClient.ServiceReference1.StarShip ship)
 {
     return(base.Channel.PullStarshipAsync(ship));
 }
Beispiel #2
0
 public SpaceClient.ServiceReference1.StarShip PullStarship(SpaceClient.ServiceReference1.StarShip ship)
 {
     return(base.Channel.PullStarship(ship));
 }