public System.Threading.Tasks.Task <TN_CourseParticipant_WebService.ReadResponse> ReadAsync(string Course_Header_No)
 {
     TN_CourseParticipant_WebService.ReadRequest inValue = new TN_CourseParticipant_WebService.ReadRequest();
     inValue.Course_Header_No = Course_Header_No;
     return(((TN_CourseParticipant_WebService.TN_CourseParticipant_Service)(this)).ReadAsync(inValue));
 }
 System.Threading.Tasks.Task <TN_CourseParticipant_WebService.ReadResponse> TN_CourseParticipant_WebService.TN_CourseParticipant_Service.ReadAsync(TN_CourseParticipant_WebService.ReadRequest request)
 {
     return(base.Channel.ReadAsync(request));
 }