Пример #1
0
 public UsersController(PackgingDB context)
 {
     _context = context;
 }
Пример #2
0
 public ProductsController(PackgingDB context, IMapper mapper, IUrlHelper urlHelper)
 {
     _context   = context;
     _mapper    = mapper;
     _urlHelper = urlHelper;
 }