init
This commit is contained in:
commit
f6629fbb33
32 changed files with 1608 additions and 0 deletions
8
Foxchat.Core/Database/Instance.cs
Normal file
8
Foxchat.Core/Database/Instance.cs
Normal file
|
@ -0,0 +1,8 @@
|
|||
namespace Foxchat.Core.Database;
|
||||
|
||||
public class Instance
|
||||
{
|
||||
public int Id { get; init; }
|
||||
public string PublicKey { get; set; } = null!;
|
||||
public string PrivateKey { get; set; } = null!;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue