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