public CourseGenerateService(ICourseService courseService, IAdaptService adaptService, IFileService fileService)
 {
     CourseService = courseService;
     AdaptService  = adaptService;
     FileService   = fileService;
 }
示例#2
0
 public PreviewController(ICourseService courseService, IAdaptService adaptService, IFileService fileService)
 {
     CourseService = courseService;
     AdaptService  = adaptService;
     FileService   = fileService;
 }