Esempio n. 1
0
 public STARTLibrary.accesspointService.GetResponse Get(STARTLibrary.accesspointService.Get Get1)
 {
     STARTLibrary.accesspointService.GetRequest inValue = new STARTLibrary.accesspointService.GetRequest();
     inValue.Get = Get1;
     STARTLibrary.accesspointService.GetResponse1 retVal = ((STARTLibrary.accesspointService.Resource)(this)).Get(inValue);
     return(retVal.GetResponse);
 }
Esempio n. 2
0
 public GetRequest(STARTLibrary.accesspointService.Get Get)
 {
     this.Get = Get;
 }