Exemple #1
0
 public wsTRH.pPostCode.CodigoPostales ReadByRecId(string recId)
 {
     wsTRH.pPostCode.ReadByRecId inValue = new wsTRH.pPostCode.ReadByRecId();
     inValue.recId = recId;
     wsTRH.pPostCode.ReadByRecId_Result retVal = ((wsTRH.pPostCode.CodigoPostales_Port)(this)).ReadByRecId(inValue);
     return(retVal.CodigoPostales);
 }
Exemple #2
0
 public System.Threading.Tasks.Task <wsTRH.pPostCode.ReadByRecId_Result> ReadByRecIdAsync(string recId)
 {
     wsTRH.pPostCode.ReadByRecId inValue = new wsTRH.pPostCode.ReadByRecId();
     inValue.recId = recId;
     return(((wsTRH.pPostCode.CodigoPostales_Port)(this)).ReadByRecIdAsync(inValue));
 }
Exemple #3
0
 System.Threading.Tasks.Task <wsTRH.pPostCode.ReadByRecId_Result> wsTRH.pPostCode.CodigoPostales_Port.ReadByRecIdAsync(wsTRH.pPostCode.ReadByRecId request)
 {
     return(base.Channel.ReadByRecIdAsync(request));
 }
Exemple #4
0
 wsTRH.pPostCode.ReadByRecId_Result wsTRH.pPostCode.CodigoPostales_Port.ReadByRecId(wsTRH.pPostCode.ReadByRecId request)
 {
     return(base.Channel.ReadByRecId(request));
 }