Esempio n. 1
0
 public ComputersController(IComputersService computersService, IGraphicsCardsService graphicsCardsService, IUrlHelper urlHelper, IMapper mapper)
 {
     _computersService     = computersService;
     _graphicsCardsService = graphicsCardsService;
     _urlHelper            = urlHelper;
     _mapper = mapper;
 }
 public GraphicsCardsController(IGraphicsCardsService graphicsCardsService)
 {
     _graphicsCardsService = graphicsCardsService;
 }