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); }
ServiceProxies.AccountingService.NotifyResponse ServiceProxies.AccountingService.IBillingService.Notify(ServiceProxies.AccountingService.NotifyRequest request) { return(base.Channel.Notify(request)); }