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