using System; namespace APT.Infrastructure.EF { public interface ITenantConnectionResolver { string GetConnection(); } }