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