8 lines
203 B
C#
8 lines
203 B
C#
using WeatherForecast.Models.Abstractions;
|
|
|
|
namespace WeatherForecast.Models.PageSections {
|
|
public class CommentsSectionModel : PageSectionModel {
|
|
public string LeaveComment { get; set; }
|
|
}
|
|
}
|