PIbd-21 Yaruskin S.A. LabWork05_Hard #29

Closed
Salikh wants to merge 23 commits from lab5-hard into laba5
Showing only changes of commit b569dbb445 - Show all commits

View File

@ -7,7 +7,7 @@ namespace MotorPlantFileImplement.Models
{
public class Engine : IEngineModel
{
public int Id { get; private set; }
public int Id { get; private set; }
public string EngineName { get; private set; } = string.Empty;
public double Price { get; private set; }
public Dictionary<int, int> Components { get; private set; } = new();