fixed some relationship problems
This commit is contained in:
@@ -17,6 +17,6 @@ namespace WD7UVN_HFT_2023241.Models
|
||||
public string EMAIL { get; set; }
|
||||
public string PHONE { get; set; }
|
||||
[ForeignKey(nameof(Service))]
|
||||
public int SERVICE_ID { get; set; }
|
||||
public int? SERVICE_ID { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user