Exemplo n.º 1
0
 public VideoFramesController(IVideoComponentService videoService, IVideoFrameComponentService frameService)
 {
     this.videoService = videoService;
     this.frameService = frameService;
 }
Exemplo n.º 2
0
 public VideoFramesController()
 {
     this.frameService = Startup.Container.Resolve <IVideoFrameComponentService>();
     this.videoService = Startup.Container.Resolve <IVideoComponentService>();
 }