Exemple #1
0
 public QueryResult Query(string SessionId, Query Query)
 {
     DemoConnector.TwinfieldCashBookService.QueryRequest inValue = new DemoConnector.TwinfieldCashBookService.QueryRequest();
     inValue.SessionId = SessionId;
     inValue.Query     = Query;
     DemoConnector.TwinfieldCashBookService.QueryResponse retVal =
         ((DemoConnector.TwinfieldCashBookService.CashBookService)(this)).Query(inValue);
     return(retVal.Result);
 }
Exemple #2
0
 public DemoConnector.TwinfieldCashBookService.QueryResult Query(DemoConnector.TwinfieldCashBookService.AuthenticationHeader Authentication, string SessionId, DemoConnector.TwinfieldCashBookService.Query Query1)
 {
     DemoConnector.TwinfieldCashBookService.QueryRequest inValue = new DemoConnector.TwinfieldCashBookService.QueryRequest();
     inValue.Authentication = Authentication;
     inValue.SessionId      = SessionId;
     inValue.Query          = Query1;
     DemoConnector.TwinfieldCashBookService.QueryResponse retVal = ((DemoConnector.TwinfieldCashBookService.CashBookService)(this)).Query(inValue);
     return(retVal.Result);
 }