/// <summary> /// Initializes a new instance of the <see cref="PageController"/> class. /// </summary> public PageTemplateController() { pageService = ServiceLocator.Current.GetInstance <IPageService>(); pageLocaleService = ServiceLocator.Current.GetInstance <IPageLocaleService>(); permissionService = ServiceLocator.Current.GetInstance <IPermissionCommonService>(); }
/// <summary> /// Initializes a new instance of the <see cref="PageController"/> class. /// </summary> public PageController() { pageLocaleService = ServiceLocator.Current.GetInstance<IPageLocaleService>(); }
/// <summary> /// Initializes a new instance of the <see cref="PageController"/> class. /// </summary> public PageTemplateController() { pageService = ServiceLocator.Current.GetInstance<IPageService>(); pageLocaleService = ServiceLocator.Current.GetInstance<IPageLocaleService>(); permissionService = ServiceLocator.Current.GetInstance<IPermissionCommonService>(); }
/// <summary> /// Initializes a new instance of the <see cref="PageController"/> class. /// </summary> public PageController() { pageLocaleService = ServiceLocator.Current.GetInstance <IPageLocaleService>(); }