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

8 lines
202 B
C#

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