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

8 lines
203 B
C#

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