SPMS_API/SPMS.Infrastructure/Persistence
SEAN 4db27aaf8a improvement: 태그 삭제 시 디바이스 orphan 참조 제거 (#186)
- IDeviceRepository에 GetDevicesByTagIdAsync 메서드 추가
- DeviceRepository에 LIKE 기반 태그 참조 디바이스 조회 구현
- TagService.DeleteAsync에서 트랜잭션으로 원자적 처리:
  디바이스 Tags JSON에서 삭제 대상 tagId 제거 후 태그 삭제
2026-02-26 09:12:41 +09:00
..
Configurations improvement: Tag 테이블 신설 및 도메인 모델 확정 (#243) 2026-02-25 17:36:14 +09:00
Repositories improvement: 태그 삭제 시 디바이스 orphan 참조 제거 (#186) 2026-02-26 09:12:41 +09:00
UnitOfWork.cs feat: Generic Repository 및 UnitOfWork 패턴 구현 (#18) 2026-02-09 14:44:31 +09:00