예제 #1
0
 public System.Threading.Tasks.Task <ParticipantNewsLetter_WebService.ReadByRecIdResponse> ReadByRecIdAsync(string recId)
 {
     ParticipantNewsLetter_WebService.ReadByRecIdRequest inValue = new ParticipantNewsLetter_WebService.ReadByRecIdRequest();
     inValue.recId = recId;
     return(((ParticipantNewsLetter_WebService.ParticipantNewsLetter_Service)(this)).ReadByRecIdAsync(inValue));
 }
예제 #2
0
 System.Threading.Tasks.Task <ParticipantNewsLetter_WebService.ReadByRecIdResponse> ParticipantNewsLetter_WebService.ParticipantNewsLetter_Service.ReadByRecIdAsync(ParticipantNewsLetter_WebService.ReadByRecIdRequest request)
 {
     return(base.Channel.ReadByRecIdAsync(request));
 }