Exemplo n.º 1
0
 public OrcService(IOrcRepository orcRepository, IHordeRepository hordeRepository, IMapper mapper)
 {
     this.orcRepository   = orcRepository;
     this.hordeRepository = hordeRepository;
     this.mapper          = mapper;
 }
Exemplo n.º 2
0
 public HordeService(IHordeRepository hordeRepository, IMapper mapper)
 {
     this.hordeRepository = hordeRepository;
     this.mapper          = mapper;
 }