Исправление миграци.
This commit is contained in:
parent
0f46fbef9f
commit
27384ba263
@ -44,7 +44,7 @@ namespace BlacksmithWorkshopDatabaseImplement.Models
|
||||
[ForeignKey("ManufactureId")]
|
||||
public virtual List<ManufactureWorkPiece> WorkPieces { get; set; } = new();
|
||||
|
||||
[ForeignKey("ProductId")]
|
||||
[ForeignKey("ManufactureId")]
|
||||
public virtual List<Order> Orders { get; set; } = new();
|
||||
|
||||
public static Manufacture Create(BlacksmithWorkshopDatabase context, ManufactureBindingModel model)
|
||||
|
Loading…
Reference in New Issue
Block a user