Example #1
0
 public ECardInterface.ECardService.ResultMessage ParkingLotFullSMS(string messageContent, ECardInterface.ECardService.ArrayOfString userIDList)
 {
     ECardInterface.ECardService.ParkingLotFullSMSRequest inValue = new ECardInterface.ECardService.ParkingLotFullSMSRequest();
     inValue.Body = new ECardInterface.ECardService.ParkingLotFullSMSRequestBody();
     inValue.Body.messageContent = messageContent;
     inValue.Body.userIDList     = userIDList;
     ECardInterface.ECardService.ParkingLotFullSMSResponse retVal = ((ECardInterface.ECardService.NightParkingSoap)(this)).ParkingLotFullSMS(inValue);
     return(retVal.Body.ParkingLotFullSMSResult);
 }
Example #2
0
 ECardInterface.ECardService.ParkingLotFullSMSResponse ECardInterface.ECardService.NightParkingSoap.ParkingLotFullSMS(ECardInterface.ECardService.ParkingLotFullSMSRequest request)
 {
     return(base.Channel.ParkingLotFullSMS(request));
 }