10 lines
197 B
C#
Raw Normal View History

2017-04-17 12:28:12 +02:00
namespace Microsoft.eShopOnContainers.Services.Basket.API
2016-10-17 20:10:18 -07:00
{
public class BasketSettings
{
public string ConnectionString { get; set; }
public string EventBusConnection { get; set; }
}
2016-10-17 20:10:18 -07:00
}