public CreateRonSwansonQuoteCommandHandler(RonSwansonContext context, IMapper mapper) { _context = context; _mapper = mapper; }
public GetSingleSwansonQuoteQueryHandler(RonSwansonContext context, IMapper mapper) { _context = context; _mapper = mapper; }