Пример #1
0
 public System.Threading.Tasks.Task <NotificationService.NotificationSendResponse> NotificationSendAsync(NotificationService.NotificationSendRq_Type NotificationSendRq)
 {
     NotificationService.NotificationSendRequest inValue = new NotificationService.NotificationSendRequest();
     inValue.NotificationSendRq = NotificationSendRq;
     return(((NotificationService.NotificationSend)(this)).NotificationSendAsync(inValue));
 }
Пример #2
0
 public NotificationSendRequest(NotificationService.NotificationSendRq_Type NotificationSendRq)
 {
     this.NotificationSendRq = NotificationSendRq;
 }