-

   rss_habrahabr

 - e-mail

 

 -

 LiveInternet.ru:
: 22.11.2006
:
:
: 2

:


[recovery mode] AutoMapper DI- Unity

, 01 2014 . 19:16 +

TL;DR: ( ) AutoMapper Unity.

var container = new UnityContainer();
container.RegisterMappingProfile();
container.RegisterMapper();

public SomeController(IMappingEngine mapper)
{
	_mapper = mapper;
}

public ViewModel SomeAction()
{
	return _mapper.Map(dataModel)
}


,

http://habrahabr.ru/post/244699/

:  

: [1] []
 

:
: 

: ( )

:

  URL