Notes
This commit is contained in:
parent
4c2b5cca93
commit
43b4d50e43
28 changed files with 674 additions and 249 deletions
3
shared/InkForge.Data/Blob.cs
Normal file
3
shared/InkForge.Data/Blob.cs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
namespace InkForge.Data;
|
||||
|
||||
public class Blob : Entity<byte[], string>;
|
||||
Loading…
Add table
Add a link
Reference in a new issue