Example #1
0
 public System.Threading.Tasks.Task <CourseLocationList_WebService.IsUpdatedResponse> IsUpdatedAsync(string Key)
 {
     CourseLocationList_WebService.IsUpdatedRequest inValue = new CourseLocationList_WebService.IsUpdatedRequest();
     inValue.Key = Key;
     return(((CourseLocationList_WebService.CourseLocationList_Service)(this)).IsUpdatedAsync(inValue));
 }
Example #2
0
 System.Threading.Tasks.Task <CourseLocationList_WebService.IsUpdatedResponse> CourseLocationList_WebService.CourseLocationList_Service.IsUpdatedAsync(CourseLocationList_WebService.IsUpdatedRequest request)
 {
     return(base.Channel.IsUpdatedAsync(request));
 }