示例#1
0
 public System.Threading.Tasks.Task <CourseLocationList_WebService.GetRecIdFromKeyResponse> GetRecIdFromKeyAsync(string Key)
 {
     CourseLocationList_WebService.GetRecIdFromKeyRequest inValue = new CourseLocationList_WebService.GetRecIdFromKeyRequest();
     inValue.Key = Key;
     return(((CourseLocationList_WebService.CourseLocationList_Service)(this)).GetRecIdFromKeyAsync(inValue));
 }
示例#2
0
 System.Threading.Tasks.Task <CourseLocationList_WebService.GetRecIdFromKeyResponse> CourseLocationList_WebService.CourseLocationList_Service.GetRecIdFromKeyAsync(CourseLocationList_WebService.GetRecIdFromKeyRequest request)
 {
     return(base.Channel.GetRecIdFromKeyAsync(request));
 }