Steve Smith a1f4082ee3 Minor copy updates
Added rename TODO suggestion for CatalogSettings
2017-02-26 13:44:07 -05:00

14 lines
311 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace Microsoft.eShopOnContainers.Services.Catalog.API
{
// TODO: Rename CatalogSettings for consistency?
public class Settings
{
public string ExternalCatalogBaseUrl {get;set;}
}
}