Multi-tenant ASP.NET – Foundation - Zack Owens

public interface IApplicationTenant
{
string ApplicationName { get; }
IFeatureRegistry EnabledFeatures { get; }
IEnumerable<string> UrlPaths { get; }
IContainer DependencyContainer { get; }
IViewEngine ViewEngine { get; }
}

Posted via email from solution revolution