mirror of
https://github.com/GCMatters/hermes.git
synced 2026-02-04 13:40:13 +01:00
Add Event tables
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using Microsoft.AspNetCore.Identity.EntityFrameworkCore;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using WebApp.Entities;
|
||||
|
||||
namespace WebApp.Data
|
||||
{
|
||||
@@ -9,5 +10,8 @@ namespace WebApp.Data
|
||||
: base(options)
|
||||
{
|
||||
}
|
||||
|
||||
public DbSet<Event> Events => Set<Event>();
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user