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