using DomainObjects.PageSections; using WeatherForecast.Models.Abstractions; namespace WeatherForecast.Models.Content.Responses.PageSections { /// /// /// public class FeaturedBlogsSectionModel : PageSectionModelBase { /// /// /// /// public FeaturedBlogsSectionModel(FeaturedBlogsSection featuredBlogsSection) : base(featuredBlogsSection) { } } }