Exemplo n.º 1
0
 public System.Threading.Tasks.Task <CourseParticipant_WebService.ReadByRecIdResponse> ReadByRecIdAsync(string recId)
 {
     CourseParticipant_WebService.ReadByRecIdRequest inValue = new CourseParticipant_WebService.ReadByRecIdRequest();
     inValue.recId = recId;
     return(((CourseParticipant_WebService.CourseParticipant_Service)(this)).ReadByRecIdAsync(inValue));
 }
Exemplo n.º 2
0
 System.Threading.Tasks.Task <CourseParticipant_WebService.ReadByRecIdResponse> CourseParticipant_WebService.CourseParticipant_Service.ReadByRecIdAsync(CourseParticipant_WebService.ReadByRecIdRequest request)
 {
     return(base.Channel.ReadByRecIdAsync(request));
 }