diff --git a/ELT.Client/Connected Services/ELTOsago/Reference.cs b/ELT.Client/Connected Services/ELTOsago/Reference.cs index 44f935f..12a24f8 100644 --- a/ELT.Client/Connected Services/ELTOsago/Reference.cs +++ b/ELT.Client/Connected Services/ELTOsago/Reference.cs @@ -3655,36 +3655,36 @@ namespace ELTOsago { [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=0)] - public int NumCalc; + public int NumCalc{get;set;} [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=1)] - public double PremiumSum; + public double PremiumSum{get;set;} [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=2)] - public double Tb; + public double Tb{get;set;} [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=3)] [System.Xml.Serialization.XmlArrayItemAttribute("Param")] - public ELTOsago.CalcInfo[] CalcInfo; + public ELTOsago.CalcInfo[] CalcInfo{get;set;} [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=4)] - public string Message; + public string Message{get;set;} [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=5)] - public string Error; + public string Error{get;set;} [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=6)] - public string RSARequestId; + public string RSARequestId{get;set;} [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=7)] - public ELTOsago.KBM KBM; + public ELTOsago.KBM KBM{get;set;} [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=8)] - public ELTOsago.KBM PrevoiusKBM; + public ELTOsago.KBM PrevoiusKBM{get;set;} [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=9)] [System.Xml.Serialization.XmlArrayItemAttribute("FullDriver")] - public ELTOsago.PersonWithKBM[] FullDriversInfo; + public ELTOsago.PersonWithKBM[] FullDriversInfo{get;set;} public OSAGOFullCalculationResponse() {