Esempio n. 1
0
 public string results(string app, string user)
 {
     Scratch.kodex.resultsRequest inValue = new Scratch.kodex.resultsRequest();
     inValue.Body      = new Scratch.kodex.resultsRequestBody();
     inValue.Body.app  = app;
     inValue.Body.user = user;
     Scratch.kodex.resultsResponse retVal = ((Scratch.kodex.apiSoap)(this)).results(inValue);
     return(retVal.Body.resultsResult);
 }
Esempio n. 2
0
 Scratch.kodex.resultsResponse Scratch.kodex.apiSoap.results(Scratch.kodex.resultsRequest request)
 {
     return(base.Channel.results(request));
 }