示例#1
0
 public System.Threading.Tasks.Task <Municipality_WebService.ReadResponse> ReadAsync(string Post_Code, string Municipal_Code)
 {
     Municipality_WebService.ReadRequest inValue = new Municipality_WebService.ReadRequest();
     inValue.Post_Code      = Post_Code;
     inValue.Municipal_Code = Municipal_Code;
     return(((Municipality_WebService.Municipality_Service)(this)).ReadAsync(inValue));
 }
示例#2
0
 System.Threading.Tasks.Task <Municipality_WebService.ReadResponse> Municipality_WebService.Municipality_Service.ReadAsync(Municipality_WebService.ReadRequest request)
 {
     return(base.Channel.ReadAsync(request));
 }