Пример #1
0
 public System.Threading.Tasks.Task <KdQuoteLibrary.ScenariosWS.LookupEndorsementsWithCityResponse> LookupEndorsementsWithCityAsync(int AccountNo, int FormCode, System.DateTime EffectiveDate, string Zipcode, string City)
 {
     KdQuoteLibrary.ScenariosWS.LookupEndorsementsWithCityRequest inValue = new KdQuoteLibrary.ScenariosWS.LookupEndorsementsWithCityRequest();
     inValue.Body               = new KdQuoteLibrary.ScenariosWS.LookupEndorsementsWithCityRequestBody();
     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)).LookupEndorsementsWithCityAsync(inValue));
 }
Пример #2
0
 public string LookupEndorsementsWithCity(int AccountNo, int FormCode, System.DateTime EffectiveDate, string Zipcode, string City)
 {
     KdQuoteLibrary.ScenariosWS.LookupEndorsementsWithCityRequest inValue = new KdQuoteLibrary.ScenariosWS.LookupEndorsementsWithCityRequest();
     inValue.Body               = new KdQuoteLibrary.ScenariosWS.LookupEndorsementsWithCityRequestBody();
     inValue.Body.AccountNo     = AccountNo;
     inValue.Body.FormCode      = FormCode;
     inValue.Body.EffectiveDate = EffectiveDate;
     inValue.Body.Zipcode       = Zipcode;
     inValue.Body.City          = City;
     KdQuoteLibrary.ScenariosWS.LookupEndorsementsWithCityResponse retVal = ((KdQuoteLibrary.ScenariosWS.ScenariosSoap)(this)).LookupEndorsementsWithCity(inValue);
     return(retVal.Body.LookupEndorsementsWithCityResult);
 }
Пример #3
0
 System.Threading.Tasks.Task <KdQuoteLibrary.ScenariosWS.LookupEndorsementsWithCityResponse> KdQuoteLibrary.ScenariosWS.ScenariosSoap.LookupEndorsementsWithCityAsync(KdQuoteLibrary.ScenariosWS.LookupEndorsementsWithCityRequest request)
 {
     return(base.Channel.LookupEndorsementsWithCityAsync(request));
 }
Пример #4
0
 KdQuoteLibrary.ScenariosWS.LookupEndorsementsWithCityResponse KdQuoteLibrary.ScenariosWS.ScenariosSoap.LookupEndorsementsWithCity(KdQuoteLibrary.ScenariosWS.LookupEndorsementsWithCityRequest request)
 {
     return(base.Channel.LookupEndorsementsWithCity(request));
 }