public DynamicButtonToWorkflowsSettingsPartDriver(
     IDynamicButtonToWorkflowsService dynamicButtonToWorkflowsService,
     IControllerContextAccessor controllerContextAccessor)
 {
     _dynamicButtonToWorkflowsService = dynamicButtonToWorkflowsService;
     _logger = NullLogger.Instance;
     _controllerContextAccessor = controllerContextAccessor;
     T = NullLocalizer.Instance;
 }
예제 #2
0
 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;
 }
예제 #4
0
 public DynamicButtonToWorkflowsEvent(IDynamicButtonToWorkflowsService dynamicButtonToWorkflowsService)
 {
     _dynamicButtonToWorkflowsService = dynamicButtonToWorkflowsService;
     T = NullLocalizer.Instance;
 }
예제 #5
0
 public DynamicButtonToWorkflowsDriver(IDynamicButtonToWorkflowsService dynamicButtonToWorkflowsService, IOrchardServices orchardServices)
 {
     _dynamicButtonToWorkflowsService = dynamicButtonToWorkflowsService;
     _orchardServices = orchardServices;
 }
예제 #6
0
 public DynamicButtonPermissions(IDynamicButtonToWorkflowsService dynamicButtonToWorkflowsService)
 {
     _dynamicButtonToWorkflowsService = dynamicButtonToWorkflowsService;
     T = NullLocalizer.Instance;
 }