добавил переделывание паспортов

This commit is contained in:
Дмитрий Шиманский
2023-10-26 19:57:40 +03:00
parent b4f1dfdbb4
commit d612c80bc9
13 changed files with 622 additions and 63 deletions

View File

@@ -9,7 +9,6 @@ namespace DiscordApp.Database
public DbSet<Passport> Passport { get; set; }
public DbSet<Autobranches> Autobranches { get; set; }
public DbSet<Autoreactions> Autoreactions { get; set; }
protected override void OnModelCreating(ModelBuilder modelBuilder)
{
base.OnModelCreating(modelBuilder);