7 lines
184 B
C#
7 lines
184 B
C#
namespace ZeroFramework.DeviceCenter.Infrastructure.ConnectionStrings
|
|
{
|
|
public class TenantStoreOptions
|
|
{
|
|
public TenantConfiguration[]? Tenants { get; set; }
|
|
}
|
|
} |