namespace CoreProfilerExample.Service.Models.ParameterDtos { public class GetWeatherForecastParameterDto { public int ForecastDays { get; set; } } }