Ejemplo n.º 1
0
 public AnswerTestViewComponent(IResource_VideoService videoService,
                                ITest_ExamService examService, ITest_ExamQuestionDetailService examQuestionDetailService)
 {
     this._videoService = videoService;
     this._examService  = examService;
     this._examQuestionDetailService = examQuestionDetailService;
 }
Ejemplo n.º 2
0
 public VideoResourceController(IResource_VideoService videoService)
 {
     this._videoService = videoService;
 }
Ejemplo n.º 3
0
 public VideoForCategoryViewComponent(IResource_VideoService videoService)
 {
     this._videoService = videoService;
 }
Ejemplo n.º 4
0
 public VideosConcernViewComponent(IResource_VideoService videoService)
 {
     this._videoService = videoService;
 }