Example #1
0
 public TvShowsController(ITvShowsService tvShows, ITvShowCommentsService comments)
 {
     this.tvShows  = tvShows;
     this.comments = comments;
 }
Example #2
0
 public TvShowsController(ITvShowsService tvShows, ITvShowCommentsService comments)
 {
     this.tvShows = tvShows;
     this.comments = comments;
 }
Example #3
0
 public HomeController(ITvShowsService shows)
 {
     this.shows = shows;
 }
Example #4
0
 public HomeController(ITvShowsService shows)
 {
     this.shows = shows;
 }