コード例 #1
0
 public AdminController(IMovieBookingRepository repo, IMapper mapper)
 {
     _mapper = mapper;
     _repo   = repo;
 }