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