full time carer / ex developer / devops / comedy nerd / very very amateur boxer
public interface IApplicationTenant { string ApplicationName { get; } IFeatureRegistry EnabledFeatures { get; } IEnumerable<string> UrlPaths { get; } IContainer DependencyContainer { get; } IViewEngine ViewEngine { get; } }
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
Post a Comment
No comments:
Post a Comment