SPMS_API/SPMS.Domain/Interfaces
seonkyu.kim fc7ab51fa3 feat: 메시지 CRUD API 구현 (#128)
- 메시지 저장 API (POST /v1/in/message/save)
- 메시지 목록 조회 API (POST /v1/in/message/list)
- 메시지 상세 조회 API (POST /v1/in/message/info)
- 메시지 삭제 API (POST /v1/in/message/delete)
- message_code 자동 생성 (접두3+순번4+접미3)
- 변수 추출 ({{변수명}} 패턴)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-10 22:38:24 +09:00
..
IAdminRepository.cs feat: 토큰 갱신 및 로그아웃 API 구현 (#38) 2026-02-09 23:08:29 +09:00
IAppConfigRepository.cs fix: Public API에서 X-Service-Code 의존성 제거 (#90) 2026-02-10 14:26:41 +09:00
IBannerRepository.cs fix: Public API에서 X-Service-Code 의존성 제거 (#90) 2026-02-10 14:26:41 +09:00
IDeviceRepository.cs feat: 디바이스 CRUD + 목록 API 구현 (#94) 2026-02-10 14:44:16 +09:00
IFaqRepository.cs fix: Public API에서 X-Service-Code 의존성 제거 (#90) 2026-02-10 14:26:41 +09:00
IFileRepository.cs feat: 파일 업로드/조회/삭제 API 구현 (#98) 2026-02-10 15:03:24 +09:00
IMessageRepository.cs feat: 메시지 CRUD API 구현 (#128) 2026-02-10 22:38:24 +09:00
INoticeRepository.cs fix: Public API에서 X-Service-Code 의존성 제거 (#90) 2026-02-10 14:26:41 +09:00
IPushLogRepository.cs feat: Domain Interface 정의 — Repository, UnitOfWork (#12) 2026-02-09 13:46:06 +09:00
IPushSendLogRepository.cs feat: 발송 로그 조회 API 구현 (#122) 2026-02-10 17:41:38 +09:00
IRepository.cs feat: Domain Interface 정의 — Repository, UnitOfWork (#12) 2026-02-09 13:46:06 +09:00
IServiceRepository.cs feat: 서비스 등록 API 구현 (#52) 2026-02-10 09:38:56 +09:00
IStatRepository.cs feat: Domain Interface 정의 — Repository, UnitOfWork (#12) 2026-02-09 13:46:06 +09:00
IUnitOfWork.cs feat: Domain Interface 정의 — Repository, UnitOfWork (#12) 2026-02-09 13:46:06 +09:00