public YoutubeChannelTests()
 {
     _youtubeChannelsService = ServicesFactory.GetYoutubeChannelsServices();
 }
Exemplo n.º 2
0
 public VideoTests()
 {
     _videosServiceService   = ServicesFactory.GetVideoServices();
     _youtubeChannelsService = ServicesFactory.GetYoutubeChannelsServices();
 }