L3 правочка #12

Merged
TImourka merged 1 commits from laba3 into laba3Complicated 2024-03-11 09:42:20 +04:00

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)
{