コード例 #1
0
 public NationalParksController(INationalParkRepsitory npRepo, IMapper mapper)
 {
     _npRepo = npRepo;
     _mapper = mapper;
 }