1
0
Files
CoreProfilerExample/CoreProfilerExample.Service/Models/ParameterDtos/GetWeatherForecastParameterDto.cs
2024-03-25 17:39:44 +08:00

8 lines
172 B
C#

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