Beispiel #1
0
 public RotatingImageManageModel()
 {
     _rotatingImageGroupService = HostContainer.GetInstance <IRotatingImageGroupService>();
     Groups     = _rotatingImageGroupService.GetRotatingImageGroups();
     UrlTargets = EnumUtilities.GenerateSelectListItems <CommonEnums.UrlTarget>(GenerateEnumType.DescriptionValueAndDescriptionText);
     Url        = "#";
 }
 public RotatingImageResolver()
 {
     _rotatingImageGroupService = HostContainer.GetInstance <IRotatingImageGroupService>();
     _widgetTemplateService     = HostContainer.GetInstance <IWidgetTemplateService>();
     _localizedResourceService  = HostContainer.GetInstance <IEzCMSLocalizedResourceService>();
 }
Beispiel #3
0
 public RotatingImageGroupsController(IRotatingImageGroupService rotatingImageGroupService)
 {
     _rotatingImageGroupService = rotatingImageGroupService;
 }