public System.Threading.Tasks.Task <TN_CourseParticipant_WebService.GetRecIdFromKeyResponse> GetRecIdFromKeyAsync(string Key) { TN_CourseParticipant_WebService.GetRecIdFromKeyRequest inValue = new TN_CourseParticipant_WebService.GetRecIdFromKeyRequest(); inValue.Key = Key; return(((TN_CourseParticipant_WebService.TN_CourseParticipant_Service)(this)).GetRecIdFromKeyAsync(inValue)); }
System.Threading.Tasks.Task <TN_CourseParticipant_WebService.GetRecIdFromKeyResponse> TN_CourseParticipant_WebService.TN_CourseParticipant_Service.GetRecIdFromKeyAsync(TN_CourseParticipant_WebService.GetRecIdFromKeyRequest request) { return(base.Channel.GetRecIdFromKeyAsync(request)); }