Пример #1
0
 public GetAllMoviesHandler(IKodiContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public GetMovieByIdHandler(IKodiContext context, IMapper mapper)
 {
     _mapper  = mapper;
     _context = context;
 }