chore: cleanup

This commit is contained in:
Timothy Schenk 2023-08-14 14:34:24 +02:00
parent c520833e29
commit 710bdf8af3
2 changed files with 0 additions and 4 deletions

View file

@ -1,7 +1,5 @@
namespace Server.DB.Documents;
using Microsoft.EntityFrameworkCore;
public class Account
{
public Guid Id { get; set; }

View file

@ -1,11 +1,9 @@
namespace Server.DB;
using System.Data.Common;
using Documents;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.Logging;
using Npgsql;
public class WonderkingContext : DbContext
{