Ejemplo n.º 1
0
 public System.Nullable <bool> SendData(Client.ServiceReference1.SendData SendData1)
 {
     Client.ServiceReference1.SendDataRequest inValue = new Client.ServiceReference1.SendDataRequest();
     inValue.SendData = SendData1;
     Client.ServiceReference1.SendDataResponse retVal = ((Client.ServiceReference1.IRentalApprovalService)(this)).SendData(inValue);
     return(retVal.boolean);
 }
Ejemplo n.º 2
0
 public SendDataRequest(Client.ServiceReference1.SendData SendData)
 {
     this.SendData = SendData;
 }