- DeleteServiceRequestDto 생성 (service_code 필수) - IServiceManagementService에 DeleteAsync 메서드 추가 - ServiceManagementService에 Soft Delete 로직 구현 (IsDeleted=true, DeletedAt=UtcNow, Status=Suspended) - ServiceController에 POST /v1/in/service/delete 엔드포인트 추가 Closes #68 |
||
|---|---|---|
| .. | ||
| DTOs | ||
| Interfaces | ||
| Services | ||
| Settings | ||
| DependencyInjection.cs | ||
| SPMS.Application.csproj | ||