コード例 #1
0
 public System.Threading.Tasks.Task <CoursePriceType_WebService.GetRecIdFromKeyResponse> GetRecIdFromKeyAsync(string Key)
 {
     CoursePriceType_WebService.GetRecIdFromKeyRequest inValue = new CoursePriceType_WebService.GetRecIdFromKeyRequest();
     inValue.Key = Key;
     return(((CoursePriceType_WebService.CoursePriceType_Service)(this)).GetRecIdFromKeyAsync(inValue));
 }
コード例 #2
0
 System.Threading.Tasks.Task <CoursePriceType_WebService.GetRecIdFromKeyResponse> CoursePriceType_WebService.CoursePriceType_Service.GetRecIdFromKeyAsync(CoursePriceType_WebService.GetRecIdFromKeyRequest request)
 {
     return(base.Channel.GetRecIdFromKeyAsync(request));
 }