public GrantRevokePermissionsCommandHandler(IEmail email, IMapper mapper, UrbanDbContext context, ISession session) { _email = email; _context = context; _mapper = mapper; _session = session; }
public GetDepartmentsQueryHandler(UrbanDbContext context) { _context = context; }
public EditPermissionTemplateCommandHandler(UrbanDbContext context) { _context = context; }
public RemovePositionCommandHandler(UrbanDbContext context) { _context = context; }
public DashboardProjection(UrbanDbContext context) { _context = context; }
public ApproverActivityProjection(UrbanDbContext context) { _context = context; }
public SystemActivityProjection(UrbanDbContext context) { _context = context; }
public GetUserDetailByIdQueryHandler(UrbanDbContext context, IMapper mapper) { _context = context; _mapper = mapper; }
public GetLoginUsersQueryHandler(UrbanDbContext context, IMapper mapper) { _context = context; _mapper = mapper; }
public GetApproverActivityProjectionQueryHandler(UrbanDbContext context) { _context = context; }
public EventStore(UrbanDbContext context) { _context = context; }
public CreatePositionCommandHandler(UrbanDbContext context) { _context = context; }
public CreateDepartmentCommandHandler(UrbanDbContext context) { _context = context; }
public UserManagementProjection(UrbanDbContext context) { _context = context; }
public SystemDropdownProjection(UrbanDbContext context) { _context = context; }
public GetApproverListQueryHandler(UrbanDbContext context, IMapper mapper) { _context = context; _mapper = mapper; }
public UserHistoryProjection(UrbanDbContext context) { _context = context; }
public GetAllPositionsQueryHandler(UrbanDbContext context) { _context = context; }
public PendingRequestsProjection(UrbanDbContext context) { _context = context; }
public GetPendingRequestsProjectionQueryHandler(UrbanDbContext context) { _context = context; }
public PermissionDetailProjection(UrbanDbContext context) { _context = context; }
public GetOffboardUserPermissionsQueryHandler(UrbanDbContext context, IMapper mapper) { _context = context; _mapper = mapper; }
public GetUserHistoryQueryHandler(UrbanDbContext context) { _context = context; }
public GetUserCollectionQueryHandler(UrbanDbContext context, IMapper mapper) { _context = context; _mapper = mapper; }
public GetPositionsByDepartmentNameQueryHandler(UrbanDbContext context) { _context = context; }
public GetPendingRequestsByIdQueryHandler(UrbanDbContext context) { _context = context; }
public RemoveDepartmentByNameCommandHandler(UrbanDbContext context) { _context = context; }
public GetSystemActivityReportQueryHandler(UrbanDbContext context, IMapper mapper) { _context = context; _mapper = mapper; }
public UserDetailProjection(UrbanDbContext context) { _context = context; }
public GetSystemDropDownProjectionQueryHandler(UrbanDbContext context) { _context = context; }