-
-
Notifications
You must be signed in to change notification settings - Fork 288
Open
Labels
Description
Is the interface ITenantInfo available in the abstractions package? I have the abstractions package downloaded but can't use the interface
When I try to use it, it is not discoverable/available in VS
public interface ITenantStoreDbContext<TTenantInfo> where TTenantInfo: class, ITenantInfo
{
DbSet<TTenantInfo> Tenants { get; }
}