Added configurations for entity builders. Also added VoiceWorkLocaalization entity.

This commit is contained in:
2025-08-27 00:16:10 -04:00
parent d2201d6f9b
commit 22b8513e34
16 changed files with 299 additions and 0 deletions

View File

@@ -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; } = [];
}