using WeatherForecast.Models.Abstractions; using WeatherForecast.Models.PageSections; namespace WeatherForecast.Models.Pages { public class ShopItemPageModel : PageModel { public ProductSectionModel ProductSection { get; set; } public RelatedProductsSectionModel RelatedProductsSection { get; set; } } }