コード例 #1
0
 public MuseumController(IVillagerRepository villagerRepository, IMapper mapper)
 {
     _villagerRepository = villagerRepository;
     _mapper             = mapper;
 }
コード例 #2
0
 public VillagerDomain(IVillagerRepository repository) : base(repository)
 {
 }