Remove comment that is not used
This commit is contained in:
parent
82376af904
commit
04a9412be7
@ -9,10 +9,9 @@ public class LeedsBeerQuestDbContext : DbContext
|
||||
public LeedsBeerQuestDbContext(DbContextOptions<LeedsBeerQuestDbContext> options) : base(options)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
public DbSet<Venue> Venues { get; set; }
|
||||
|
||||
// Don't need to define these, but explicitly adding them makes them a little more discoverable.
|
||||
|
||||
public DbSet<Category> Categories { get; set; }
|
||||
public DbSet<Tag> Tags { get; set; }
|
||||
}
|
Loading…
Reference in New Issue
Block a user