Ejemplo n.º 1
0
 public bool IntSaldosDiarios(string json, ref string dataconvert)
 {
     WebServiceTLAExterno.Accounting.IntSaldosDiariosRequest inValue = new WebServiceTLAExterno.Accounting.IntSaldosDiariosRequest();
     inValue.Body             = new WebServiceTLAExterno.Accounting.IntSaldosDiariosRequestBody();
     inValue.Body.json        = json;
     inValue.Body.dataconvert = dataconvert;
     WebServiceTLAExterno.Accounting.IntSaldosDiariosResponse retVal = ((WebServiceTLAExterno.Accounting.AccountingSoap)(this)).IntSaldosDiarios(inValue);
     dataconvert = retVal.Body.dataconvert;
     return(retVal.Body.IntSaldosDiariosResult);
 }
Ejemplo n.º 2
0
 public bool EndIntSaldosDiarios(System.IAsyncResult result, out string dataconvert)
 {
     WebServiceTLAExterno.Accounting.IntSaldosDiariosResponse retVal = ((WebServiceTLAExterno.Accounting.AccountingSoap)(this)).EndIntSaldosDiarios(result);
     dataconvert = retVal.Body.dataconvert;
     return(retVal.Body.IntSaldosDiariosResult);
 }