public UsersController(PackgingDB context)
 {
     _context = context;
 }
示例#2
0
 public ProductsController(PackgingDB context, IMapper mapper, IUrlHelper urlHelper)
 {
     _context   = context;
     _mapper    = mapper;
     _urlHelper = urlHelper;
 }