Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <CourseParticipant_WebService.GetRecIdFromKeyResponse> GetRecIdFromKeyAsync(string Key)
 {
     CourseParticipant_WebService.GetRecIdFromKeyRequest inValue = new CourseParticipant_WebService.GetRecIdFromKeyRequest();
     inValue.Key = Key;
     return(((CourseParticipant_WebService.CourseParticipant_Service)(this)).GetRecIdFromKeyAsync(inValue));
 }
Ejemplo n.º 2
0
 System.Threading.Tasks.Task <CourseParticipant_WebService.GetRecIdFromKeyResponse> CourseParticipant_WebService.CourseParticipant_Service.GetRecIdFromKeyAsync(CourseParticipant_WebService.GetRecIdFromKeyRequest request)
 {
     return(base.Channel.GetRecIdFromKeyAsync(request));
 }