using APT.Infrastructure.Api; using System; namespace APT.Infrastructure.EF { public interface ITenantDbContext { TenantInfo Tenant { get;} } }