reactredux/webapi/WeatherForecast/Models/PageSections/CommentsSectionModel.cs

8 lines
203 B
C#

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