using WeatherForecast.Models.Abstractions; namespace WeatherForecast.Models.PageSections { public class CallToActionSectionModel : PageSectionModel { public string PrivacyDisclaimer { get; set; } public FormItemModel Email { get; set; } } }