コード例 #1
0
ファイル: Reference.cs プロジェクト: kbochenina/Kraken
 public void Notify(ServiceProxies.AccountingService.Notification notification)
 {
     ServiceProxies.AccountingService.NotifyRequest inValue = new ServiceProxies.AccountingService.NotifyRequest();
     inValue.notification = notification;
     ServiceProxies.AccountingService.NotifyResponse retVal = ((ServiceProxies.AccountingService.IBillingService)(this)).Notify(inValue);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: kbochenina/Kraken
 ServiceProxies.AccountingService.NotifyResponse ServiceProxies.AccountingService.IBillingService.Notify(ServiceProxies.AccountingService.NotifyRequest request)
 {
     return(base.Channel.Notify(request));
 }