Пример #1
0
 public void SendNotification(string RequestId, PIS.Ground.GroundCore.AppGround.NotificationIdEnum NotificationId, string Parameter)
 {
     PIS.Ground.GroundCore.AppGround.SendNotificationRequest inValue = new PIS.Ground.GroundCore.AppGround.SendNotificationRequest();
     inValue.RequestId      = RequestId;
     inValue.NotificationId = NotificationId;
     inValue.Parameter      = Parameter;
     PIS.Ground.GroundCore.AppGround.SendNotificationResponse retVal = ((PIS.Ground.GroundCore.AppGround.INotificationAppGroundService)(this)).SendNotification(inValue);
 }
Пример #2
0
 PIS.Ground.GroundCore.AppGround.SendNotificationResponse PIS.Ground.GroundCore.AppGround.INotificationAppGroundService.SendNotification(PIS.Ground.GroundCore.AppGround.SendNotificationRequest request)
 {
     return(base.Channel.SendNotification(request));
 }