Example #1
0
 public ProductsController(KataDbContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Example #2
0
 public OrdersController(KataDbContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }