Beispiel #1
0
 public TvShowsController(ITvShowsService tvShows, ITvShowCommentsService comments)
 {
     this.tvShows  = tvShows;
     this.comments = comments;
 }
Beispiel #2
0
 public TvShowsController(ITvShowsService tvShows, ITvShowCommentsService comments)
 {
     this.tvShows = tvShows;
     this.comments = comments;
 }