SPMS_API/SPMS.Infrastructure/Persistence
SEAN 7ffc152536 improvement: 태그 CRUD API 구현 (#186)
- Tag DTO 6종 생성 (List/Create/Update/Delete Request/Response)
- ITagRepository 확장 (GetTagListAsync, CountByServiceAsync)
- IDeviceRepository 확장 (GetDeviceCountsByTagIdsAsync)
- ITagService/TagService 구현 (CRUD 비즈니스 로직)
- TagController 신규 생성 (v1/in/tag/list, create, update, delete)
- DI 등록

Closes #186
2026-02-25 18:07:11 +09:00
..
Configurations improvement: Tag 테이블 신설 및 도메인 모델 확정 (#243) 2026-02-25 17:36:14 +09:00
Repositories improvement: 태그 CRUD API 구현 (#186) 2026-02-25 18:07:11 +09:00
UnitOfWork.cs feat: Generic Repository 및 UnitOfWork 패턴 구현 (#18) 2026-02-09 14:44:31 +09:00