namespace WeatherForecast.Models { public class FormItemModel { public string? Title { get; set; } public string? PlaceHolder { get; set; } } }