Added configurations for entity builders. Also added VoiceWorkLocaalization entity.
This commit is contained in:
@@ -8,4 +8,6 @@ public class Circle
|
||||
public bool Blacklisted { get; set; }
|
||||
public bool Favorite { get; set; }
|
||||
public bool Spam { get; set; }
|
||||
|
||||
public virtual ICollection<VoiceWork> VoiceWorks { get; set; } = [];
|
||||
}
|
||||
Reference in New Issue
Block a user