Exemple #1
0
 public System.Threading.Tasks.Task <ConsoleApplication3.ServiceReference1.Starship> SendStarshipAsync(ConsoleApplication3.ServiceReference1.Starship starship, string systemName)
 {
     return(base.Channel.SendStarshipAsync(starship, systemName));
 }
Exemple #2
0
 public ConsoleApplication3.ServiceReference1.Starship SendStarship(ConsoleApplication3.ServiceReference1.Starship starship, string systemName)
 {
     return(base.Channel.SendStarship(starship, systemName));
 }