- 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 |
||
|---|---|---|
| .. | ||
| ApiResponse.cs | ||
| ErrorCodes.cs | ||
| FieldError.cs | ||