Exemplo n.º 1
0
 public GameTagsController(IGameTagService gameTagService, NotSteamContext context, IMapper mapper) : base(context, mapper)
 {
     GameTagService = gameTagService;
 }
Exemplo n.º 2
0
 public TagManagerController(IGameTagService gameTagService, IMapper mapper)
 {
     this.gameTagService = gameTagService;
     this.mapper         = mapper;
 }