Example #1
0
 public UpdateRecipeRequestHandler(BookOfRecipesContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }