Cleaned code
This commit is contained in:
@@ -6,6 +6,6 @@ public class SoundCategory
|
||||
{
|
||||
[Key] public int Id { get; set; }
|
||||
[Required, MaxLength(100)] public string Name { get; set; } = null!;
|
||||
|
||||
|
||||
public List<Sound>? Sounds { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user