public DynamicButtonToWorkflowsSettingsPartDriver( IDynamicButtonToWorkflowsService dynamicButtonToWorkflowsService, IControllerContextAccessor controllerContextAccessor) { _dynamicButtonToWorkflowsService = dynamicButtonToWorkflowsService; _logger = NullLogger.Instance; _controllerContextAccessor = controllerContextAccessor; T = NullLocalizer.Instance; }
public Migrations(IContentDefinitionManager contentDefinitionManager, IDynamicButtonToWorkflowsService dynamicButtonToWorkflowsService, IRepository <ActivityRecord> activityRepository) { _activityRepository = activityRepository; _contentDefinitionManager = contentDefinitionManager; _dynamicButtonToWorkflowsService = dynamicButtonToWorkflowsService; }
public DynamicButtonToWorkflowsForm(IShapeFactory shapeFactory, IDynamicButtonToWorkflowsService dynamicButtonToWorkflowsService) { _shapeFactory = shapeFactory; _dynamicButtonToWorkflowsService = dynamicButtonToWorkflowsService; T = NullLocalizer.Instance; }
public DynamicButtonToWorkflowsEvent(IDynamicButtonToWorkflowsService dynamicButtonToWorkflowsService) { _dynamicButtonToWorkflowsService = dynamicButtonToWorkflowsService; T = NullLocalizer.Instance; }
public DynamicButtonToWorkflowsDriver(IDynamicButtonToWorkflowsService dynamicButtonToWorkflowsService, IOrchardServices orchardServices) { _dynamicButtonToWorkflowsService = dynamicButtonToWorkflowsService; _orchardServices = orchardServices; }
public DynamicButtonPermissions(IDynamicButtonToWorkflowsService dynamicButtonToWorkflowsService) { _dynamicButtonToWorkflowsService = dynamicButtonToWorkflowsService; T = NullLocalizer.Instance; }