10 lines
197 B
C#
10 lines
197 B
C#
namespace Microsoft.eShopOnContainers.Services.Basket.API
|
|
{
|
|
public class BasketSettings
|
|
{
|
|
public string ConnectionString { get; set; }
|
|
|
|
public string EventBusConnection { get; set; }
|
|
}
|
|
}
|