From 04a9412be7c1ab8a0385f4319eb4c1c2fadb96e0 Mon Sep 17 00:00:00 2001 From: Stedoss <29103029+Stedoss@users.noreply.github.com> Date: Tue, 1 Nov 2022 02:24:20 +0000 Subject: [PATCH] Remove comment that is not used --- .../Data/Contexts/LeedsBeerQuestDbContext.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/backend/LeedsBeerQuest.API/LeedsBeerQuest.API/Data/Contexts/LeedsBeerQuestDbContext.cs b/backend/LeedsBeerQuest.API/LeedsBeerQuest.API/Data/Contexts/LeedsBeerQuestDbContext.cs index b7eae87..4d5e3b0 100644 --- a/backend/LeedsBeerQuest.API/LeedsBeerQuest.API/Data/Contexts/LeedsBeerQuestDbContext.cs +++ b/backend/LeedsBeerQuest.API/LeedsBeerQuest.API/Data/Contexts/LeedsBeerQuestDbContext.cs @@ -9,10 +9,9 @@ public class LeedsBeerQuestDbContext : DbContext public LeedsBeerQuestDbContext(DbContextOptions options) : base(options) { } - + public DbSet Venues { get; set; } - - // Don't need to define these, but explicitly adding them makes them a little more discoverable. + public DbSet Categories { get; set; } public DbSet Tags { get; set; } } \ No newline at end of file