Exemplo n.º 1
0
 public HomeController(IGameService gameService, IImageResourceService imageResourceService)
 {
     this.gameService          = gameService;
     this.imageResourceService = imageResourceService;
 }
Exemplo n.º 2
0
 public MediaResourceController(IImageResourceService imageResourceService, IOptions <AuthSettings> authSettings) : base(authSettings)
 {
     _imageResourceService = imageResourceService;
 }