Example #1
0
 public GameTagsController(IGameTagService gameTagService, NotSteamContext context, IMapper mapper) : base(context, mapper)
 {
     GameTagService = gameTagService;
 }
 public TagManagerController(IGameTagService gameTagService, IMapper mapper)
 {
     this.gameTagService = gameTagService;
     this.mapper         = mapper;
 }