SPMS_API/SPMS.Infrastructure/Persistence/Repositories
SEAN f04eb44fff improvement: 서비스 스코프 정책 고정 (#199)
- ErrorCodes.ServiceScopeRequired("133") 추가
- SpmsException.Forbidden 팩토리 추가
- ServiceCodeMiddleware 3-카테고리 라우팅 (SKIP/REQUIRED/OPTIONAL_FOR_ADMIN)
- Swagger 필터 stats/device-list X-Service-Code optional 표시
- StatsController/DeviceController GetOptionalServiceId() 적용
- IStatsService/IDeviceService/레포지토리 시그니처 long? serviceId 변경
- StatsService/DeviceService null serviceId 전체 서비스 모드 처리

Closes #199
2026-02-24 17:11:30 +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: 서비스 스코프 정책 고정 (#199) 2026-02-24 17:11:30 +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 feat: 메시지 CRUD API 구현 (#128) 2026-02-10 22:38:24 +09:00
NoticeRepository.cs fix: Public API에서 X-Service-Code 의존성 제거 (#90) 2026-02-10 14:26:41 +09:00
PushSendLogRepository.cs improvement: 서비스 스코프 정책 고정 (#199) 2026-02-24 17:11:30 +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