using WeatherForecast.Models.Abstractions; namespace WeatherForecast.Models.PageSections { public class FeaturedBlogSectionModel : PageSectionModel { public string ReadTime { get; set; } } }