Ejemplo n.º 1
0
 public OrkRepository(IOrkMapper mapper)
 {
     this.mapper = mapper;
 }
Ejemplo n.º 2
0
 public HordaMapper(IOrkMapper orkMapper)
 {
     this.orkMapper = orkMapper;
 }
Ejemplo n.º 3
0
 public OrkController(IOrkService orkService, IOrkMapper orkMapper, IMapper mapper)
 {
     this.orkService = orkService;
     this.orkMapper  = orkMapper;
     this.mapper     = mapper;
 }
Ejemplo n.º 4
0
 public OrkRepository(IIzeContext izeContext, IOrkMapper orkMapper)
 {
     this.izeContext = izeContext;
     this.orkMapper  = orkMapper;
 }