PIBD-21_Spasskiy.A.D._CarpentryWorkshop28Lab6_Main #35
@ -12,11 +12,11 @@ namespace CarpentryWorkshopDatabaseImplement.Models
|
||||
public class Order : IOrderModel
|
||||
{
|
||||
public int Id { get; private set; }
|
||||
|
||||
[ForeignKey("WoodId")]
|
||||
public int WoodId { get; private set; }
|
||||
|
||||
[ForeignKey("ImplementerId")]
|
||||
public int? ImplementerId { get; private set; }
|
||||
|
||||
[ForeignKey("ClientId")]
|
||||
[Required]
|
||||
public int ClientId { get; set; }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user