Пример #1
0
 public System.Threading.Tasks.Task <ConsoleApp1.ServiceReference1.Starship> SendStarshipAsync(ConsoleApp1.ServiceReference1.Starship starship, string systemName)
 {
     return(base.Channel.SendStarshipAsync(starship, systemName));
 }
Пример #2
0
 public ConsoleApp1.ServiceReference1.Starship SendStarship(ConsoleApp1.ServiceReference1.Starship starship, string systemName)
 {
     return(base.Channel.SendStarship(starship, systemName));
 }