using Core.DomainObjects.PageSections;
using WeatherForecast.Models.Abstractions;
namespace WeatherForecast.Models.PageSections {
///
///
///
public class BillingAddressSectionModel : AddressSectionModelBase {
///
///
///
///
public BillingAddressSectionModel(BillingAddressSection billingAddressSection) : base(billingAddressSection) { }
}
}