8 lines
168 B
C#
8 lines
168 B
C#
|
namespace Microsoft.eShopOnContainers.Services.Marketing.API
|
|||
|
{
|
|||
|
public class MarketingSettings
|
|||
|
{
|
|||
|
public string ConnectionString { get; set; }
|
|||
|
}
|
|||
|
}
|