forked from sanchezvem/pyrofetes-backend
Cleaned code
This commit is contained in:
@@ -6,7 +6,7 @@ public class ExperienceLevel
|
||||
{
|
||||
[Key] public int Id { get; set; }
|
||||
[Required, MaxLength(100)] public string? Label { get; set; }
|
||||
|
||||
|
||||
public Staff? Staff { get; set; }
|
||||
[Required] public int StaffId { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user