public MuseumController(IVillagerRepository villagerRepository, IMapper mapper) { _villagerRepository = villagerRepository; _mapper = mapper; }
public VillagerDomain(IVillagerRepository repository) : base(repository) { }