예제 #1
0
 public QueryResult Query(string SessionId, BudgetQuery Query1)
 {
     DemoConnector.TwinfieldBudgetService.QueryRequest inValue = new DemoConnector.TwinfieldBudgetService.QueryRequest();
     inValue.SessionId = SessionId;
     inValue.Query     = Query1;
     DemoConnector.TwinfieldBudgetService.QueryResponse retVal =
         ((DemoConnector.TwinfieldBudgetService.BudgetService)(this)).Query(inValue);
     return(retVal.Result);
 }
예제 #2
0
 public DemoConnector.TwinfieldBudgetService.QueryResult Query(DemoConnector.TwinfieldBudgetService.AuthenticationHeader Authentication, string SessionId, DemoConnector.TwinfieldBudgetService.Query Query1)
 {
     DemoConnector.TwinfieldBudgetService.QueryRequest inValue = new DemoConnector.TwinfieldBudgetService.QueryRequest();
     inValue.Authentication = Authentication;
     inValue.SessionId      = SessionId;
     inValue.Query          = Query1;
     DemoConnector.TwinfieldBudgetService.QueryResponse retVal = ((DemoConnector.TwinfieldBudgetService.BudgetService)(this)).Query(inValue);
     return(retVal.Result);
 }