Workspace Metadata Rows
This commit is contained in:
parent
e9c6e14965
commit
a62b5a1f29
8 changed files with 324 additions and 7 deletions
5
shared/InkForge.Data/Infrastructure/MetadataEntities.cs
Normal file
5
shared/InkForge.Data/Infrastructure/MetadataEntities.cs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
namespace InkForge.Data.Infrastructure;
|
||||
|
||||
public class MetadataEntity : Entity<string, string>;
|
||||
|
||||
public class MetadataVersionEntity : VersionedEntity<string, string>;
|
||||
Loading…
Add table
Add a link
Reference in a new issue