SPMS_API/SPMS.API
SEAN 65f2f914e7 feat: 서비스 삭제 API 구현 (#68)
- DeleteServiceRequestDto 생성 (service_code 필수)
- IServiceManagementService에 DeleteAsync 메서드 추가
- ServiceManagementService에 Soft Delete 로직 구현
  (IsDeleted=true, DeletedAt=UtcNow, Status=Suspended)
- ServiceController에 POST /v1/in/service/delete 엔드포인트 추가

Closes #68
2026-02-10 11:18:07 +09:00
..
Controllers feat: 서비스 삭제 API 구현 (#68) 2026-02-10 11:18:07 +09:00
Extensions feat: Sandbox 모드 미들웨어 구현 (#34) 2026-02-09 17:32:04 +09:00
Filters fix: X-Service-Code 미들웨어 경로 제외 수정 (#59) 2026-02-10 10:20:43 +09:00
Middlewares fix: X-Service-Code 미들웨어 경로 제외 수정 (#59) 2026-02-10 10:20:43 +09:00
Properties refactor: 클린 아키텍쳐 적용 및 프로젝트 분리 (Resolves #5) 2026-01-19 16:37:50 +09:00
appsettings.Development.json feat: APNs/FCM 키 등록 및 조회 API 구현 (#48) 2026-02-10 00:28:47 +09:00
appsettings.json feat: APNs/FCM 키 등록 및 조회 API 구현 (#48) 2026-02-10 00:28:47 +09:00
Program.cs feat: API Rate Limiting 및 Swagger UI 구현 (#30) 2026-02-09 17:11:46 +09:00
SPMS_API.http refactor: 클린 아키텍쳐 적용 및 프로젝트 분리 (Resolves #5) 2026-01-19 16:37:50 +09:00
SPMS.API.csproj feat: API Rate Limiting 및 Swagger UI 구현 (#30) 2026-02-09 17:11:46 +09:00