示例#1
0
 public System.Threading.Tasks.Task <KdQuoteLibrary.ScenariosWS.LookupCoveragesWithCityResponse> LookupCoveragesWithCityAsync(int AccountNo, int FormCode, System.DateTime EffectiveDate, string Zipcode, string City)
 {
     KdQuoteLibrary.ScenariosWS.LookupCoveragesWithCityRequest inValue = new KdQuoteLibrary.ScenariosWS.LookupCoveragesWithCityRequest();
     inValue.Body               = new KdQuoteLibrary.ScenariosWS.LookupCoveragesWithCityRequestBody();
     inValue.Body.AccountNo     = AccountNo;
     inValue.Body.FormCode      = FormCode;
     inValue.Body.EffectiveDate = EffectiveDate;
     inValue.Body.Zipcode       = Zipcode;
     inValue.Body.City          = City;
     return(((KdQuoteLibrary.ScenariosWS.ScenariosSoap)(this)).LookupCoveragesWithCityAsync(inValue));
 }
示例#2
0
 public string LookupCoveragesWithCity(int AccountNo, int FormCode, System.DateTime EffectiveDate, string Zipcode, string City)
 {
     KdQuoteLibrary.ScenariosWS.LookupCoveragesWithCityRequest inValue = new KdQuoteLibrary.ScenariosWS.LookupCoveragesWithCityRequest();
     inValue.Body               = new KdQuoteLibrary.ScenariosWS.LookupCoveragesWithCityRequestBody();
     inValue.Body.AccountNo     = AccountNo;
     inValue.Body.FormCode      = FormCode;
     inValue.Body.EffectiveDate = EffectiveDate;
     inValue.Body.Zipcode       = Zipcode;
     inValue.Body.City          = City;
     KdQuoteLibrary.ScenariosWS.LookupCoveragesWithCityResponse retVal = ((KdQuoteLibrary.ScenariosWS.ScenariosSoap)(this)).LookupCoveragesWithCity(inValue);
     return(retVal.Body.LookupCoveragesWithCityResult);
 }
示例#3
0
 System.Threading.Tasks.Task <KdQuoteLibrary.ScenariosWS.LookupCoveragesWithCityResponse> KdQuoteLibrary.ScenariosWS.ScenariosSoap.LookupCoveragesWithCityAsync(KdQuoteLibrary.ScenariosWS.LookupCoveragesWithCityRequest request)
 {
     return(base.Channel.LookupCoveragesWithCityAsync(request));
 }
示例#4
0
 KdQuoteLibrary.ScenariosWS.LookupCoveragesWithCityResponse KdQuoteLibrary.ScenariosWS.ScenariosSoap.LookupCoveragesWithCity(KdQuoteLibrary.ScenariosWS.LookupCoveragesWithCityRequest request)
 {
     return(base.Channel.LookupCoveragesWithCity(request));
 }