add get;set; to osago response
This commit is contained in:
parent
c69d57e4a5
commit
49082564d6
@ -3655,36 +3655,36 @@ namespace ELTOsago
|
|||||||
{
|
{
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=0)]
|
[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)]
|
[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)]
|
[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.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=3)]
|
||||||
[System.Xml.Serialization.XmlArrayItemAttribute("Param")]
|
[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)]
|
[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)]
|
[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)]
|
[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)]
|
[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)]
|
[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.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=9)]
|
||||||
[System.Xml.Serialization.XmlArrayItemAttribute("FullDriver")]
|
[System.Xml.Serialization.XmlArrayItemAttribute("FullDriver")]
|
||||||
public ELTOsago.PersonWithKBM[] FullDriversInfo;
|
public ELTOsago.PersonWithKBM[] FullDriversInfo{get;set;}
|
||||||
|
|
||||||
public OSAGOFullCalculationResponse()
|
public OSAGOFullCalculationResponse()
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user