Esempio n. 1
0
 public MerchantQueries(MerchantsContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }