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

6 lines
162 B
C#

using WeatherForecast.Models.Abstractions;
namespace WeatherForecast.Models.PageSections {
public class FeaturedBologsSectionModel : PageSectionModel { }
}