Merge pull request 'L3 правочка' (#12) from laba3 into laba3Complicated

Reviewed-on: #12
This commit is contained in:
TImourka 2024-03-11 09:42:20 +04:00
commit 6b6c9ae047

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