Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <SRMTestConsumer.CommandService.CommandResponse[]> ExecuteCommandAsync(SRMTestConsumer.CommandService.CommandRequest req)
 {
     return(base.Channel.ExecuteCommandAsync(req));
 }
Ejemplo n.º 2
0
 public SRMTestConsumer.CommandService.CommandResponse[] ExecuteCommand(SRMTestConsumer.CommandService.CommandRequest req)
 {
     return(base.Channel.ExecuteCommand(req));
 }