Remove comment that is not used
This commit is contained in:
parent
82376af904
commit
04a9412be7
@ -12,7 +12,6 @@ public class LeedsBeerQuestDbContext : DbContext
|
|||||||
|
|
||||||
public DbSet<Venue> Venues { get; set; }
|
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<Category> Categories { get; set; }
|
||||||
public DbSet<Tag> Tags { get; set; }
|
public DbSet<Tag> Tags { get; set; }
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user