DataTypeValidateAttribute now uses bastard injection.
Notes on the UmbracoModule. Need to abstract resolving via Current.Container to remove LightInject refs.
This commit is contained in:
@@ -93,7 +93,8 @@ namespace Umbraco.Web
|
||||
internal IVariationContextAccessor VariationContextAccessor { get; set; }
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
// fixme - delete, just one usage in a test.
|
||||
public UmbracoModule()
|
||||
: this(
|
||||
Current.Container.GetInstance<IUmbracoSettingsSection>(),
|
||||
|
||||
Reference in New Issue
Block a user