L3 правочка
This commit is contained in:
parent
49ee34839a
commit
ca53b86051
@ -16,7 +16,7 @@ namespace AutomobilePlantDatabaseImplement.Models
|
|||||||
public double Cost { get; set; }
|
public double Cost { get; set; }
|
||||||
|
|
||||||
[ForeignKey("ComponentId")]
|
[ForeignKey("ComponentId")]
|
||||||
public virtual List<CarComponent> ProductComponents { get; set; } = new();
|
public virtual List<CarComponent> CarComponents { get; set; } = new();
|
||||||
|
|
||||||
public static Component? Create(ComponentBindingModel model)
|
public static Component? Create(ComponentBindingModel model)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user