Merge pull request 'L3 правочка' (#12) from laba3 into laba3Complicated
Reviewed-on: #12
This commit is contained in:
commit
6b6c9ae047
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user