public VideoController()
 {
     _videosService = ServicesFactory.GetVideoServices();
 }
Esempio n. 2
0
 public VideoTests()
 {
     _videosServiceService   = ServicesFactory.GetVideoServices();
     _youtubeChannelsService = ServicesFactory.GetYoutubeChannelsServices();
 }