I am working with AutoMapper in my c# mvc4 application. I use it to map my DTO objects to my view models.
I have created a custom resolver to resolve a particular property of the DTO to the Model property.
I am also working with spring.net dependency injection and I am wondering is it possible to inject directly in to my custom resolver?