예제 #1
0
 public ComponentController(IAudioCmsService audioCmsService, ISliderService sliderService, ISliderTypeService sliderTypeService, IFileService fileService, IImageCmsService imageCmsService, IImageCmsTypeService imageCmsTypeService)
 {
     this._imageCmsTypeService = imageCmsTypeService;
     this._imageCmsService     = imageCmsService;
     this._fileService         = fileService;
     this._sliderTypeService   = sliderTypeService;
     this._sliderService       = sliderService;
     this._audioCmsService     = audioCmsService;
 }
예제 #2
0
 public AudioComponentViewComponent(IFileService fileService, IAudioCmsService audioCmsService)
 {
     this._audioCmsService = audioCmsService;
     this._fileService     = fileService;
 }