13 lines
294 B
C#
13 lines
294 B
C#
using ELTKasko;
|
|
|
|
namespace ELT.Client.Models.Insurance
|
|
{
|
|
public class Preparams
|
|
{
|
|
public string Kladr { get; set; }
|
|
public string BrandId { get; set; }
|
|
public string ModelId { get; set; }
|
|
|
|
public SpecialMachinery SpecialMachinery { get; set; }
|
|
}
|
|
} |