Exemplo n.º 1
0
 public HomeController(IWebtoonsService webtoonsService)
 {
     this.webtoonsService = webtoonsService;
 }
 public WebtoonsController(IWebtoonsService webtoonsService, IGenresService genresService, IWebHostEnvironment webHostEnvironment)
 {
     this.webtoonsService    = webtoonsService;
     this.genresService      = genresService;
     this.webHostEnvironment = webHostEnvironment;
 }