public GetLoggedTimeListQueryHandler(IGearContext context) { _context = context; }
public RenameActivityTypeCommandHandler(IGearContext context, IUserAccessor userAccessor) { _context = context; _userAccessor = userAccessor; }
public GetGeneralLoggedTimeByPeriodListQueryHandler(IGearContext context) { _context = context; }
public GetUserLoggedTimeByPeriodQueryHandler(IGearContext context) { _context = context; }
public GetHeadlineListQueryHandler(IGearContext context) { _context = context; }
public SetProjectPriorityCommandHandler(IGearContext context, IUserAccessor userAccessor) { _context = context; _userAccessor = userAccessor; }
public GetProjectActivityTypesQueryHandler(IGearContext context) { _context = context; }
public DeleteRecruitmentStageCommandHandler(IGearContext context) => _context = context;
public UpdateChangeRequestCommandHandler(IGearContext context, IUserAccessor userAccessor, IMediator mediator) { _context = context; _userAccessor = userAccessor; _mediator = mediator; }
public EditProjectMembersCommandHandler(IGearContext context, IUserAccessor userAccessor) { _context = context; _userAccessor = userAccessor; }
public RemoveDepartmentTeamCommandHandler(IGearContext context, IUserAccessor userAccessor) { _context = context; _userAccessor = userAccessor; }
public SprintStatusUpdatedHandler(INotificationService notification, IGearContext context) { _notification = notification; _context = context; }
public GetActivityListByAssigneeQueryHandler(IGearContext context) { _context = context; }
public GetTableHeaderListQueryHandler(IGearContext context) { _context = context; }
public GetProjectsByFiltersReportQueryHandler(IGearContext context) { _context = context; }
public CreateLoggedTimeCommandHandler(IGearContext context, IUserAccessor userAccessor) { _context = context; _userAccessor = userAccessor; }
public SprintDeadlineNotificationHandler(INotificationService notification, IGearContext context) { _notification = notification; _context = context; }
public GetRecruitmentPipelineListQueryHandler(IGearContext context) { _context = context; }
public ActivateUserReportHeaderCommandHandler(IGearContext context) { _context = context; }
public CreateReportCommandHandler(IGearContext context) { _context = context; }
public GetProjectSettingsQueryHandler(IGearContext context, IMapper mapper) { _context = context; _mapper = mapper; }
public GetTasksByEmployeesReportQueryHandler(IGearContext context) { _context = context; }
public RecruitingPipelineCreatedHandler(INotificationService notification, IGearContext context) { _notification = notification; _context = context; }
public DeleteCandidateCommandHandler(IGearContext context) { _context = context; }
public DeleteMainCommentCommandHandler(IGearContext context) { _context = context; }
public GetDepartmentByParentQueryHandler(IGearContext context) { _context = context; }
public RemoveJobPositionCommandHandler(IGearContext context) { _context = context; }
public GetJobPositionListQueryHandler(IGearContext context) { _context = context; }
public GetSprintListDtoQueryHandler(IGearContext context) { _context = context; }
public DepartmentUpdatedHandler(INotificationService notification, IGearContext context) { _notification = notification; _context = context; }