using Microsoft.AspNetCore.Http; using APT.Infrastructure.Api; namespace APT.Infrastructure.EF { public interface ITenantInfoGenerator { TenantInfo GenerateTenant(object sender, Microsoft.AspNetCore.Http.HttpContext httpContext); } }