fdsafsadfsafdsa

This commit is contained in:
Леонид Малафеев 2024-05-29 18:21:27 +04:00 committed by Marselchi
parent 6549f28498
commit 29038af916

View File

@ -12,7 +12,7 @@ namespace CarCenterContracts.BindingModels
{
public int Id { get; set; }
public int StorekeeperId { get; set; }
public int OrderId { get; set; }
public int? OrderId { get; set; }
public CarBrand CarBrand { get; set; } = CarBrand.Неизвестно;
public string Model { get; set; } = string.Empty;
public CarClass CarClass { get; set; } = CarClass.Неизвестно;