Beispiel #1
0
 public STARTLibrary.accesspointService.PutResponse Put(STARTLibrary.accesspointService.Put Put1)
 {
     STARTLibrary.accesspointService.PutRequest inValue = new STARTLibrary.accesspointService.PutRequest();
     inValue.Put = Put1;
     STARTLibrary.accesspointService.PutResponse1 retVal = ((STARTLibrary.accesspointService.Resource)(this)).Put(inValue);
     return(retVal.PutResponse);
 }
Beispiel #2
0
 public PutRequest(STARTLibrary.accesspointService.Put Put)
 {
     this.Put = Put;
 }