Finished. Have at it.

This commit is contained in:
2026-04-02 17:16:05 -04:00
parent e4e7a70b2c
commit fe2473be21
11 changed files with 546 additions and 387 deletions

View File

@@ -1,7 +1,7 @@
using RelayServer.Models;
using SurrealDb.Net;
namespace RelayServer.Services;
namespace RelayServer.Services.Data;
public sealed class ClientKeyService
{

View File

@@ -1,7 +1,7 @@
using SurrealDb.Net;
using SurrealDb.Net.Models.Auth;
namespace RelayServer.Services;
namespace RelayServer.Services.Data;
public sealed class SurrealService
{