namespace AMREZ.EOP.Abstractions.Applications.Tenancy; public interface ITenantDbContextFactory { TContext Create(ITenantContext tenant) where TContext : class; }