4 lines
80 B
C#
4 lines
80 B
C#
|
|
namespace InkForge.Data;
|
||
|
|
|
||
|
|
public class MetadataEntity : Entity<string, string>;
|