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