Example #1
0
 public GetLoggedTimeListQueryHandler(IGearContext context)
 {
     _context = context;
 }
Example #2
0
 public RenameActivityTypeCommandHandler(IGearContext context, IUserAccessor userAccessor)
 {
     _context      = context;
     _userAccessor = userAccessor;
 }
Example #3
0
 public GetGeneralLoggedTimeByPeriodListQueryHandler(IGearContext context)
 {
     _context = context;
 }
Example #4
0
 public GetUserLoggedTimeByPeriodQueryHandler(IGearContext context)
 {
     _context = context;
 }
Example #5
0
 public GetHeadlineListQueryHandler(IGearContext context)
 {
     _context = context;
 }
Example #6
0
 public SetProjectPriorityCommandHandler(IGearContext context, IUserAccessor userAccessor)
 {
     _context      = context;
     _userAccessor = userAccessor;
 }
Example #7
0
 public GetProjectActivityTypesQueryHandler(IGearContext context)
 {
     _context = context;
 }
Example #8
0
 public DeleteRecruitmentStageCommandHandler(IGearContext context) => _context = context;
Example #9
0
 public UpdateChangeRequestCommandHandler(IGearContext context, IUserAccessor userAccessor, IMediator mediator)
 {
     _context      = context;
     _userAccessor = userAccessor;
     _mediator     = mediator;
 }
Example #10
0
 public EditProjectMembersCommandHandler(IGearContext context, IUserAccessor userAccessor)
 {
     _context      = context;
     _userAccessor = userAccessor;
 }
Example #11
0
 public RemoveDepartmentTeamCommandHandler(IGearContext context, IUserAccessor userAccessor)
 {
     _context      = context;
     _userAccessor = userAccessor;
 }
Example #12
0
 public SprintStatusUpdatedHandler(INotificationService notification, IGearContext context)
 {
     _notification = notification;
     _context      = context;
 }
Example #13
0
 public GetActivityListByAssigneeQueryHandler(IGearContext context)
 {
     _context = context;
 }
Example #14
0
 public GetTableHeaderListQueryHandler(IGearContext context)
 {
     _context = context;
 }
Example #15
0
 public GetProjectsByFiltersReportQueryHandler(IGearContext context)
 {
     _context = context;
 }
Example #16
0
 public CreateLoggedTimeCommandHandler(IGearContext context, IUserAccessor userAccessor)
 {
     _context      = context;
     _userAccessor = userAccessor;
 }
Example #17
0
 public SprintDeadlineNotificationHandler(INotificationService notification, IGearContext context)
 {
     _notification = notification;
     _context      = context;
 }
Example #18
0
 public GetRecruitmentPipelineListQueryHandler(IGearContext context)
 {
     _context = context;
 }
Example #19
0
 public ActivateUserReportHeaderCommandHandler(IGearContext context)
 {
     _context = context;
 }
Example #20
0
 public CreateReportCommandHandler(IGearContext context)
 {
     _context = context;
 }
Example #21
0
 public GetProjectSettingsQueryHandler(IGearContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Example #22
0
 public GetTasksByEmployeesReportQueryHandler(IGearContext context)
 {
     _context = context;
 }
Example #23
0
 public RecruitingPipelineCreatedHandler(INotificationService notification, IGearContext context)
 {
     _notification = notification;
     _context      = context;
 }
Example #24
0
 public DeleteCandidateCommandHandler(IGearContext context)
 {
     _context = context;
 }
Example #25
0
 public DeleteMainCommentCommandHandler(IGearContext context)
 {
     _context = context;
 }
Example #26
0
 public GetDepartmentByParentQueryHandler(IGearContext context)
 {
     _context = context;
 }
Example #27
0
 public RemoveJobPositionCommandHandler(IGearContext context)
 {
     _context = context;
 }
Example #28
0
 public GetJobPositionListQueryHandler(IGearContext context)
 {
     _context = context;
 }
Example #29
0
 public GetSprintListDtoQueryHandler(IGearContext context)
 {
     _context = context;
 }
Example #30
0
 public DepartmentUpdatedHandler(INotificationService notification, IGearContext context)
 {
     _notification = notification;
     _context      = context;
 }