Exemplo n.º 1
0
 public System.Threading.Tasks.Task <PlanetariumClient.CBService.CreateCBSysWorkFlowStates> SetLastSatelliteEndAsync(PlanetariumClient.CBService.CBody Satellite)
 {
     return(base.Channel.SetLastSatelliteEndAsync(Satellite));
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <PlanetariumClient.CBService.CreateCBSysWorkFlowStates> SetCentralBodyAsync(PlanetariumClient.CBService.CBody CentralBody)
 {
     return(base.Channel.SetCentralBodyAsync(CentralBody));
 }
Exemplo n.º 3
0
 public PlanetariumClient.CBService.CreateCBSysWorkFlowStates SetLastSatelliteEnd(PlanetariumClient.CBService.CBody Satellite)
 {
     return(base.Channel.SetLastSatelliteEnd(Satellite));
 }
Exemplo n.º 4
0
 public PlanetariumClient.CBService.CreateCBSysWorkFlowStates SetCentralBody(PlanetariumClient.CBService.CBody CentralBody)
 {
     return(base.Channel.SetCentralBody(CentralBody));
 }