6 lines
162 B
C#
6 lines
162 B
C#
using WeatherForecast.Models.Abstractions;
|
|
|
|
namespace WeatherForecast.Models.PageSections {
|
|
public class FeaturedBologsSectionModel : PageSectionModel { }
|
|
}
|