using IwbZero.MultiTenancy; namespace IwbZero.EntityFramework { public interface IMultiTenantSeed { TenantBase Tenant { get; set; } } }