логика заказов
This commit is contained in:
parent
3e2d8d74a5
commit
7f35ac9210
@ -9,7 +9,7 @@ namespace ComputerHardwareStoreContracts.ViewModels
|
|||||||
[DisplayName("Стоимость")]
|
[DisplayName("Стоимость")]
|
||||||
public double Cost { get; set; }
|
public double Cost { get; set; }
|
||||||
[DisplayName("Дата создания")]
|
[DisplayName("Дата создания")]
|
||||||
public DateTime DateCreate { get; set; }
|
public DateTime DateCreate { get; set; } = DateTime.Now;
|
||||||
public Dictionary<int, (IProductModel, int)> OrderProduct { get; set; } = new();
|
public Dictionary<int, (IProductModel, int)> OrderProduct { get; set; } = new();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user