CQRS.NET  2.2
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
Cqrs.Configuration.IDependencyResolver Interface Reference

Provides an ability to resolve instances of objects. More...

+ Inheritance diagram for Cqrs.Configuration.IDependencyResolver:

Public Member Functions

Resolve< T > ()
 Resolves a single instance for the specified T . Different implementations may return the first or last instance found or may return an exception. More...
 
object Resolve (Type type)
 Resolves a single instance for the specified type . Different implementations may return the first or last instance found or may return an exception. More...
 

Detailed Description

Provides an ability to resolve instances of objects.