before migration
This commit is contained in:
@@ -8,9 +8,9 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace Apollon.EntityFramework
|
||||
{
|
||||
public class TournamentsDBContext : DbContext
|
||||
public class TournamentsDbContext : DbContext
|
||||
{
|
||||
public TournamentsDBContext(DbContextOptions options) : base(options)
|
||||
public TournamentsDbContext(DbContextOptions options) : base(options)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user