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