Beispiel #1
0
        public getJackpotStatusAmountResponse getJackpotStatusAmount(getJackpotStatusAmount getJackpotStatusAmount1)
        {
            getJackpotStatusAmountRequest inValue = new getJackpotStatusAmountRequest();

            inValue.getJackpotStatusAmount = getJackpotStatusAmount1;
            getJackpotStatusAmountResponse1 retVal = ((JackpotEndPoint)(this)).getJackpotStatusAmount(inValue);

            return(retVal.getJackpotStatusAmountResponse);
        }
Beispiel #2
0
 public getJackpotStatusAmountRequest(getJackpotStatusAmount getJackpotStatusAmount)
 {
     this.getJackpotStatusAmount = getJackpotStatusAmount;
 }