Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <CosmosAdventureClient.CosmicAdventureService.Starship> SendStarshipAsync(CosmosAdventureClient.CosmicAdventureService.Starship starship, string systemName)
 {
     return(base.Channel.SendStarshipAsync(starship, systemName));
 }
Ejemplo n.º 2
0
 public CosmosAdventureClient.CosmicAdventureService.Starship SendStarship(CosmosAdventureClient.CosmicAdventureService.Starship starship, string systemName)
 {
     return(base.Channel.SendStarship(starship, systemName));
 }