Revert "archive 삭제"

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