public CreateRonSwansonQuoteCommandHandler(RonSwansonContext context, IMapper mapper)
 {
     _context = context;
     _mapper = mapper;
 }
Пример #2
0
 public GetSingleSwansonQuoteQueryHandler(RonSwansonContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }