ПИбд-21 Кувшинов Тимур простая 3 лаба #13

Closed
TImourka wants to merge 2 commits from laba3 into laba2
Showing only changes of commit ca53b86051 - Show all commits

View File

@ -16,7 +16,7 @@ namespace AutomobilePlantDatabaseImplement.Models
public double Cost { get; set; }
[ForeignKey("ComponentId")]
public virtual List<CarComponent> ProductComponents { get; set; } = new();
public virtual List<CarComponent> CarComponents { get; set; } = new();
public static Component? Create(ComponentBindingModel model)
{