示例#1
0
 public string GetRecIdFromKey(string Key)
 {
     wsTRH.pProductos.GetRecIdFromKey inValue = new wsTRH.pProductos.GetRecIdFromKey();
     inValue.Key = Key;
     wsTRH.pProductos.GetRecIdFromKey_Result retVal = ((wsTRH.pProductos.Productos_Port)(this)).GetRecIdFromKey(inValue);
     return(retVal.GetRecIdFromKey_Result1);
 }
示例#2
0
 public System.Threading.Tasks.Task <wsTRH.pProductos.GetRecIdFromKey_Result> GetRecIdFromKeyAsync(string Key)
 {
     wsTRH.pProductos.GetRecIdFromKey inValue = new wsTRH.pProductos.GetRecIdFromKey();
     inValue.Key = Key;
     return(((wsTRH.pProductos.Productos_Port)(this)).GetRecIdFromKeyAsync(inValue));
 }
示例#3
0
 System.Threading.Tasks.Task <wsTRH.pProductos.GetRecIdFromKey_Result> wsTRH.pProductos.Productos_Port.GetRecIdFromKeyAsync(wsTRH.pProductos.GetRecIdFromKey request)
 {
     return(base.Channel.GetRecIdFromKeyAsync(request));
 }
示例#4
0
 wsTRH.pProductos.GetRecIdFromKey_Result wsTRH.pProductos.Productos_Port.GetRecIdFromKey(wsTRH.pProductos.GetRecIdFromKey request)
 {
     return(base.Channel.GetRecIdFromKey(request));
 }