Esempio n. 1
0
 public System.Threading.Tasks.Task <PostCodesWithMunicipality_WebService.ReadByRecIdResponse> ReadByRecIdAsync(string recId)
 {
     PostCodesWithMunicipality_WebService.ReadByRecIdRequest inValue = new PostCodesWithMunicipality_WebService.ReadByRecIdRequest();
     inValue.recId = recId;
     return(((PostCodesWithMunicipality_WebService.PostCodesWithMunicipality_Service)(this)).ReadByRecIdAsync(inValue));
 }
Esempio n. 2
0
 System.Threading.Tasks.Task <PostCodesWithMunicipality_WebService.ReadByRecIdResponse> PostCodesWithMunicipality_WebService.PostCodesWithMunicipality_Service.ReadByRecIdAsync(PostCodesWithMunicipality_WebService.ReadByRecIdRequest request)
 {
     return(base.Channel.ReadByRecIdAsync(request));
 }