C# Class ToSic.SexyContent.UnityConfig

this configures unity (the IoC container) Never call this directly! always go through Settings.Ensure...
Show file Open project: 2sic/2sxc

Public Methods

Method Description
Configure ( ) : void

Configure Unity for 2sxc. If it's already configured, do nothing.

Method Details

Configure() public method

Configure Unity for 2sxc. If it's already configured, do nothing.
public Configure ( ) : void
return void