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