public SubtitlesService(SubtitlesServiceResponseParser responseParser, WebChannelFactory <ITvSeries> channelFactory)
 {
     this.responseParser = responseParser;
     this.channelFactory = channelFactory;
 }
Exemplo n.º 2
0
 public SubtitlesService(SubtitlesServiceResponseParser responseParser, WebChannelFactory<ITvSeries> channelFactory)
 {
     this.responseParser = responseParser;
      this.channelFactory = channelFactory;
 }