Compare commits
2 Commits
2b86214894
...
6b6c9ae047
Author | SHA1 | Date | |
---|---|---|---|
6b6c9ae047 | |||
ca53b86051 |
@ -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