public interface IApplicationTenant{string ApplicationName { get; }IFeatureRegistry EnabledFeatures { get; }IEnumerable<string> UrlPaths { get; }IContainer DependencyContainer { get; }IViewEngine ViewEngine { get; }}
via weblogs.asp.net
No comments:
Post a Comment