не работает
This commit is contained in:
parent
85aef96efb
commit
64b7363a86
@ -19,9 +19,7 @@ namespace SushiBarDatabaseImplement.Models
|
||||
[Required]
|
||||
public string Password { get; private set; } = string.Empty;
|
||||
|
||||
[Required]
|
||||
|
||||
[ForeignKey("ClientId")]
|
||||
[ForeignKey("ID")]
|
||||
public virtual List<Order> Orders { get; set; } = new();
|
||||
|
||||
public static Client? Create(ClientBindingModel? model)
|
||||
|
Loading…
Reference in New Issue
Block a user