Esempio n. 1
0
 public InsuranceQuoteClient.InsuranceQuoteServiceProxy.InsuranceQuoteInfo GetQuoteUsingMessageContract(InsuranceQuoteClient.InsuranceQuoteServiceProxy.InsuredInfo InsuredInformation)
 {
     InsuranceQuoteClient.InsuranceQuoteServiceProxy.InsuranceQuoteRequestMessage inValue = new InsuranceQuoteClient.InsuranceQuoteServiceProxy.InsuranceQuoteRequestMessage();
     inValue.InsuredInformation = InsuredInformation;
     InsuranceQuoteClient.InsuranceQuoteServiceProxy.InsuranceQuoteResponseMessage retVal = ((InsuranceQuoteClient.InsuranceQuoteServiceProxy.IInsuranceQuoteService)(this)).GetQuoteUsingMessageContract(inValue);
     return(retVal.QuoteInformation);
 }
Esempio n. 2
0
 public InsuranceQuoteClient.InsuranceQuoteServiceProxy.InsuranceQuoteInfo GetQuote(InsuranceQuoteClient.InsuranceQuoteServiceProxy.InsuredInfo insuredInformation)
 {
     return(base.Channel.GetQuote(insuredInformation));
 }
Esempio n. 3
0
 public InsuranceQuoteRequestMessage(InsuranceQuoteClient.InsuranceQuoteServiceProxy.InsuredInfo InsuredInformation)
 {
     this.InsuredInformation = InsuredInformation;
 }