8 lines
202 B
C#
8 lines
202 B
C#
using WeatherForecast.Models.Abstractions;
|
|
|
|
namespace WeatherForecast.Models.PageSections {
|
|
public class BlogTitleSectionModel : PageSectionModel {
|
|
public string PostedOnBy { get; set; }
|
|
}
|
|
}
|