Newer
Older
eShopOnWeb-VerticalFeatureSlices / src / ApplicationCore / CatalogSettings.cs
@Derek Comartin Derek Comartin on 27 Jul 2021 132 bytes Init
namespace Microsoft.eShopWeb
{
    public class CatalogSettings
    {
        public string CatalogBaseUrl { get; set; }
    }
}