public YoutubeChannelTests()
 {
     _youtubeChannelsService = ServicesFactory.GetYoutubeChannelsServices();
 }
Example #2
0
 public VideoTests()
 {
     _videosServiceService   = ServicesFactory.GetVideoServices();
     _youtubeChannelsService = ServicesFactory.GetYoutubeChannelsServices();
 }