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)); }
System.Threading.Tasks.Task <ParticipantNewsLetter_WebService.ReadByRecIdResponse> ParticipantNewsLetter_WebService.ParticipantNewsLetter_Service.ReadByRecIdAsync(ParticipantNewsLetter_WebService.ReadByRecIdRequest request) { return(base.Channel.ReadByRecIdAsync(request)); }