database changes
This commit is contained in:
@@ -6,7 +6,4 @@ public class Genre
|
||||
{
|
||||
[JsonPropertyName("name")]
|
||||
public required string Name { get; set; }
|
||||
|
||||
[JsonPropertyName("description")]
|
||||
public string? Description { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user