Пример #1
0
 public System.Threading.Tasks.Task <CourseParticipant_WebService.IsUpdatedResponse> IsUpdatedAsync(string Key)
 {
     CourseParticipant_WebService.IsUpdatedRequest inValue = new CourseParticipant_WebService.IsUpdatedRequest();
     inValue.Key = Key;
     return(((CourseParticipant_WebService.CourseParticipant_Service)(this)).IsUpdatedAsync(inValue));
 }
Пример #2
0
 System.Threading.Tasks.Task <CourseParticipant_WebService.IsUpdatedResponse> CourseParticipant_WebService.CourseParticipant_Service.IsUpdatedAsync(CourseParticipant_WebService.IsUpdatedRequest request)
 {
     return(base.Channel.IsUpdatedAsync(request));
 }