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