Example #1
0
 public System.Threading.Tasks.Task <ParticipantNewsLetter_WebService.ReadResponse> ReadAsync(string No)
 {
     ParticipantNewsLetter_WebService.ReadRequest inValue = new ParticipantNewsLetter_WebService.ReadRequest();
     inValue.No = No;
     return(((ParticipantNewsLetter_WebService.ParticipantNewsLetter_Service)(this)).ReadAsync(inValue));
 }
Example #2
0
 System.Threading.Tasks.Task <ParticipantNewsLetter_WebService.ReadResponse> ParticipantNewsLetter_WebService.ParticipantNewsLetter_Service.ReadAsync(ParticipantNewsLetter_WebService.ReadRequest request)
 {
     return(base.Channel.ReadAsync(request));
 }