using System; namespace Aurora.Infrastructure.Tenant { public interface ICurrentTenantProvider { ICurrentTenant GetCurrentTenant(); } }