Ejemplo n.º 1
0
 public WolvesController(IWolfPackRepository repository, IMapper mapper)
 {
     _repository = repository;
     _mapper     = mapper;
 }