Reapply "archive 삭제"

This reverts commit 69ab355bb9.
This commit is contained in:
2026-04-09 10:19:10 +09:00
parent 69ab355bb9
commit aec9ae8c43
245 changed files with 0 additions and 3799 deletions
@@ -1,7 +0,0 @@
### **`Service` (인터페이스)**
- 비즈니스 로직을 정의하는 **계약(Contract)** 역할을 합니다.
- 실제 구현을 제공하지 않고, **어떤 기능을 제공할 것인지**만 선언합니다.
- 도메인 로직을 **추상화**하여 유연한 설계를 가능하게 합니다.