InkForge/shared/InkForge.Data/Blob.cs

4 lines
67 B
C#
Raw Permalink Normal View History

2024-04-05 12:31:34 +02:00
namespace InkForge.Data;
2024-05-02 21:44:13 +02:00
public class Blob : Entity<byte[], int>;