This commit is contained in:
Paul Schneider 2017-02-01 03:53:00 +01:00
commit 03b6447d7c
9 changed files with 1755 additions and 1 deletions

View file

@ -258,5 +258,8 @@ namespace Yavsc.Models
public DbSet<Form> Form { get; set; }
public DbSet<Ban> Banlist { get ; set; }
}
}