SPMS_API/SPMS.Infrastructure/Persistence/Repositories
SEAN afaeb6d116 improvement: 관리자 기기 목록 API 확장 (#237)
- DeviceListRequestDto: keyword, marketing_agreed 필터 추가
- DeviceSummaryDto: 8개 응답 필드 추가 (device_token, service_name, service_code, os_version, app_version, marketing_agreed, is_active, created_at)
- DeviceRepository: keyword/marketingAgreed 필터 + Include(Service) 추가
- DeviceService: 새 필터 전달 + 응답 매핑 확장

Closes #237
2026-02-25 16:56:59 +09:00
..
AdminRepository.cs feat: 운영자 관리 API 구현 (#134) 2026-02-11 09:16:04 +09:00
AppConfigRepository.cs fix: Public API에서 X-Service-Code 의존성 제거 (#90) 2026-02-10 14:26:41 +09:00
BannerRepository.cs fix: Public API에서 X-Service-Code 의존성 제거 (#90) 2026-02-10 14:26:41 +09:00
DailyStatRepository.cs improvement: 서비스 스코프 정책 고정 (#199) 2026-02-24 17:11:30 +09:00
DeviceRepository.cs improvement: 관리자 기기 목록 API 확장 (#237) 2026-02-25 16:56:59 +09:00
FaqRepository.cs fix: Public API에서 X-Service-Code 의존성 제거 (#90) 2026-02-10 14:26:41 +09:00
FileRepository.cs feat: 파일 업로드/조회/삭제 API 구현 (#98) 2026-02-10 15:03:24 +09:00
MessageRepository.cs improvement: 대시보드 통합 API 추가 (#231) 2026-02-25 16:04:00 +09:00
NoticeRepository.cs fix: Public API에서 X-Service-Code 의존성 제거 (#90) 2026-02-10 14:26:41 +09:00
PushSendLogRepository.cs improvement: 이력 엑셀 내보내기 API 추가 (#191) 2026-02-25 16:39:56 +09:00
Repository.cs feat: Generic Repository 및 UnitOfWork 패턴 구현 (#18) 2026-02-09 14:44:31 +09:00
ServiceRepository.cs feat: 서비스 등록 API 구현 (#52) 2026-02-10 09:38:56 +09:00
WebhookLogRepository.cs feat: 웹훅 발송 서비스 구현 (#146) 2026-02-11 10:10:11 +09:00