diff --git a/OliverBooth.Blog/Data/BlogContext.cs b/OliverBooth.Blog/Data/BlogContext.cs index cb3ea4e..54512ff 100644 --- a/OliverBooth.Blog/Data/BlogContext.cs +++ b/OliverBooth.Blog/Data/BlogContext.cs @@ -25,6 +25,12 @@ internal sealed class BlogContext : DbContext /// The collection of blog posts. public DbSet BlogPosts { get; private set; } = null!; + /// + /// Gets the collection of templates in the database. + /// + /// The collection of templates. + public DbSet