Exemple #1
0
 public MangaController(IMangaService mangaService,
                        IBus publisher,
                        IGenreService genreService,
                        IMangaPublisherService mangaPublisherService,
                        ICurrentUserService currentUserService)
 {
     this.mangaService          = mangaService;
     this.publisher             = publisher;
     this.genreService          = genreService;
     this.mangaPublisherService = mangaPublisherService;
     this.currentUserService    = currentUserService;
 }
Exemple #2
0
 public MangaPublisherController(IMangaPublisherService mangaPublisherService)
 {
     this.mangaPublisherService = mangaPublisherService;
 }