Removing unneccesary restrictions
This commit is contained in:
@@ -9,9 +9,7 @@ namespace WD7UVN_HFT_2023241.Models
|
||||
[Key]
|
||||
public int ID { get; set; }
|
||||
[Required]
|
||||
[StringLength(240)]
|
||||
public string NAME { get; set; }
|
||||
[StringLength(240)]
|
||||
public string EMAIL { get; set; }
|
||||
[Required]
|
||||
[ForeignKey(nameof(Employee))]
|
||||
|
||||
Reference in New Issue
Block a user