Compare commits

..

No commits in common. "6b6c9ae0475fc446b4800f6174a63d4cd332b942" and "2b8621489422169c3e84f2e102a83fc73b479012" have entirely different histories.

View File

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