Skip to content

Dependency Injection

devsitecore edited this page May 5, 2018 · 1 revision

Dependency Injection

Microsoft Unity is used for dependency injection. Unity container and mapping is defined in the web.config. Named types are used for multiple implementations, e.g. for the File reader and the countries filter.

Clone this wiki locally