public System.Threading.Tasks.Task <CourseParticipant_WebService.IsUpdatedResponse> IsUpdatedAsync(string Key) { CourseParticipant_WebService.IsUpdatedRequest inValue = new CourseParticipant_WebService.IsUpdatedRequest(); inValue.Key = Key; return(((CourseParticipant_WebService.CourseParticipant_Service)(this)).IsUpdatedAsync(inValue)); }
System.Threading.Tasks.Task <CourseParticipant_WebService.IsUpdatedResponse> CourseParticipant_WebService.CourseParticipant_Service.IsUpdatedAsync(CourseParticipant_WebService.IsUpdatedRequest request) { return(base.Channel.IsUpdatedAsync(request)); }