using InkForge.Data.Domain; namespace InkForge.Data.Infrastructure { public class NoteEntity : Entity; public class NoteVersionEntity : VersionedEntity; }