示例#1
0
 public SearchController(NeoSchoolDbContext db, IVideoLessonService videoLessonService, IMaterialService materialService)
 {
     this.db = db;
     this.videoLessonService = videoLessonService;
     this.materialService    = materialService;
 }
 public VideoLessonController(IVideoLessonService service)
 {
     this.service = service;
 }