using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Metadata.Builders; namespace OliverBooth.Blog.Data.Configuration; /// /// Represents the configuration for the entity. /// internal sealed class TemplateConfiguration : IEntityTypeConfiguration