using ApiPolo.Data; namespace ApiPolo.Interfaces { public interface ITenantDbContextFactory { TenantDbContext GetDbContext(string tenant); } }