示例#1
0
 public IndexModel(IYouTubeShowsService youTubeService)
 {
     this.youTubeService = youTubeService;
 }
 public YouTubeHealthModel(IYouTubeShowsService youTubeService)
 {
     this.youTubeService = youTubeService;
 }