Example #1
0
 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);
 }
Example #2
0
 public NotifyRequest(ServiceProxies.AccountingService.Notification notification)
 {
     this.notification = notification;
 }