refactor: move shared code to Shared directory

This commit is contained in:
2024-12-09 14:30:18 +01:00
parent 92a9177d1f
commit d302ea46e2
100 changed files with 200 additions and 203 deletions

View File

@ -4,7 +4,7 @@ using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Migrations;
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
using Minecraft_Realms_Emulator.Data;
using Minecraft_Realms_Emulator.Shared.Data;
using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata;
#nullable disable