Beispiel #1
0
 public System.Threading.Tasks.Task PutShareInformationAsync(BrokerService.localhost.ShareInformation info)
 {
     return(base.Channel.PutShareInformationAsync(info));
 }
Beispiel #2
0
 public void PutShareInformation(BrokerService.localhost.ShareInformation info)
 {
     base.Channel.PutShareInformation(info);
 }