Replace ReactiveUI

This commit is contained in:
Jöran Malek 2024-05-02 21:44:13 +02:00
parent 43b4d50e43
commit 5584ab4ec8
41 changed files with 472 additions and 1013 deletions

View file

@ -1,3 +1,3 @@
namespace InkForge.Data;
public class Blob : Entity<byte[], string>;
public class Blob : Entity<byte[], int>;