chore: cleanup
This commit is contained in:
parent
c520833e29
commit
710bdf8af3
2 changed files with 0 additions and 4 deletions
|
@ -1,7 +1,5 @@
|
|||
namespace Server.DB.Documents;
|
||||
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
public class Account
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue