SPMS_API/SPMS.Infrastructure/Persistence
SEAN c458cfe4e7 improvement: Tag 테이블 신설 및 도메인 모델 확정 (#243)
- Tag 엔티티 생성 (ServiceId, Name, Description, CreatedAt, CreatedBy)
- ITagRepository 인터페이스 및 TagRepository 구현
- TagConfiguration: Unique Index (ServiceId, Name), FK Restrict
- Service.TagList Navigation 추가
- ErrorCodes에 Tag 에러코드 4종 추가 (191~194)
- AppDbContext DbSet<Tag>, DI 등록
- EF Core Migration AddTagTable 생성 및 적용

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