예제 #1
0
 public System.Threading.Tasks.Task <Klient.ServiceReference1.Starship> PullStarshipAsync(Klient.ServiceReference1.Starship ship)
 {
     return(base.Channel.PullStarshipAsync(ship));
 }
예제 #2
0
 public Klient.ServiceReference1.Starship PullStarship(Klient.ServiceReference1.Starship ship)
 {
     return(base.Channel.PullStarship(ship));
 }