From 7dd3b88491ad37919a171bcc54027312037a31e5 Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Thu, 2 Jun 2022 16:23:14 +0300 Subject: [PATCH] [2[ fix prev commit 7c3dee9 --- .../Connected Services/ELTOsago/Reference.cs | 92 +++++++++---------- 1 file changed, 46 insertions(+), 46 deletions(-) diff --git a/ELT.Client/Connected Services/ELTOsago/Reference.cs b/ELT.Client/Connected Services/ELTOsago/Reference.cs index 7a51609..c62dc0c 100644 --- a/ELT.Client/Connected Services/ELTOsago/Reference.cs +++ b/ELT.Client/Connected Services/ELTOsago/Reference.cs @@ -5045,73 +5045,73 @@ namespace ELTOsago { [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=0)] - public ELTOsago.AuthInfo AuthInfo; + public ELTOsago.AuthInfo AuthInfo { get; set; } [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=1)] - public string TrafficSource; - + public string TrafficSource { get; set; } + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=2)] - public int UW3; + public int UW3{ get; set; } [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=3)] - public string InsuranceCompany; + public string InsuranceCompany{ get; set; } [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=4)] - public int PaymentType; + public int PaymentType{ get; set; } [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=5)] - public int InsurerType; + public int InsurerType{ get; set; } [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=6)] - public int OwnerType; + public int OwnerType{ get; set; } [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=7)] - public int ContractOptionId; + public int ContractOptionId{ get; set; } [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=8)] - public int ContractStatusId; + public int ContractStatusId{ get; set; } [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=9)] - public int Analytics; + public int Analytics{ get; set; } [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=10)] - public ELTOsago.PreviousPolicy PreviousPolicy; + public ELTOsago.PreviousPolicy PreviousPolicy{ get; set; } [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=11)] - public string UsagePlace; + public string UsagePlace{ get; set; } [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=12)] - public int TSToRegistrationPlace; + public int TSToRegistrationPlace{ get; set; } [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=13)] - public System.DateTime ContractBeginDate; + public System.DateTime ContractBeginDate{ get; set; } [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=14)] - public int Duration; + public int Duration{ get; set; } [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=15)] - public bool IsNew; + public bool IsNew{ get; set; } [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=16)] - public ELTOsago.OSAGOFullCalculationCarInfo CarInfo; + public ELTOsago.OSAGOFullCalculationCarInfo CarInfo{ get; set; } [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=17)] - public bool GrossViolations; + public bool GrossViolations{ get; set; } [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=18)] - public ELTOsago.PhysicalPerson Insurer; + public ELTOsago.PhysicalPerson Insurer{ get; set; } [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=19)] - public ELTOsago.PhysicalPerson Owner; + public ELTOsago.PhysicalPerson Owner{ get; set; } [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=20)] - public ELTOsago.PhysicalPerson Lessee; + public ELTOsago.PhysicalPerson Lessee{ get; set; } [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=21)] - public int DriversCount; + public int DriversCount{ get; set; } [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=22)] - public ELTOsago.FullDriver[] FullDriversInfo; + public ELTOsago.FullDriver[] FullDriversInfo{ get; set; } public OSAGOFullCalculationRequest() { @@ -5174,41 +5174,41 @@ namespace ELTOsago public partial class OSAGOFullCalculationResponse { - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=0)] - public int NumCalc; + [System.ServiceModel.MessageBodyMemberAttribute(Namespace = "http://elt-poisk.com/", Order = 0)] + public int NumCalc { get; set; } [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=1)] - public string SKCalcId; - + public string SKCalcId { get; set; } + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=2)] - public double PremiumSum; - + public double PremiumSum { get; set; } + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=3)] - public double Tb; - + public double Tb { get; set; } + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=4)] [System.Xml.Serialization.XmlArrayItemAttribute("Param")] - public ELTOsago.CalcInfo[] CalcInfo; - + public ELTOsago.CalcInfo[] CalcInfo { get; set; } + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=5)] - public string Message; - + public string Message { get; set; } + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=6)] - public string Error; - + public string Error { get; set; } + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=7)] - public string RSARequestId; - + public string RSARequestId { get; set; } + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=8)] - public ELTOsago.KBM KBM; - + public ELTOsago.KBM KBM { get; set; } + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=9)] - public ELTOsago.KBM PrevoiusKBM; - + public ELTOsago.KBM PrevoiusKBM { get; set; } + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=10)] [System.Xml.Serialization.XmlArrayItemAttribute("FullDriver")] - public ELTOsago.PersonWithKBM[] FullDriversInfo; - + public ELTOsago.PersonWithKBM[] FullDriversInfo { get; set; } + public OSAGOFullCalculationResponse() { }