Пример #1
0
 public System.Threading.Tasks.Task <Municipality_WebService.ReadByRecIdResponse> ReadByRecIdAsync(string recId)
 {
     Municipality_WebService.ReadByRecIdRequest inValue = new Municipality_WebService.ReadByRecIdRequest();
     inValue.recId = recId;
     return(((Municipality_WebService.Municipality_Service)(this)).ReadByRecIdAsync(inValue));
 }
Пример #2
0
 System.Threading.Tasks.Task <Municipality_WebService.ReadByRecIdResponse> Municipality_WebService.Municipality_Service.ReadByRecIdAsync(Municipality_WebService.ReadByRecIdRequest request)
 {
     return(base.Channel.ReadByRecIdAsync(request));
 }