fix: remove required from entities' id
also adds "Global" entity for storing global configuration
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
namespace Shadow.Entities;
|
||||
public class Genre
|
||||
{
|
||||
required public int Id { get; set; }
|
||||
public int Id { get; set; }
|
||||
required public string Name { get; set; }
|
||||
required public string NormalizedName { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user