- 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 |
||
|---|---|---|
| .. | ||
| AdminRepository.cs | ||
| AppConfigRepository.cs | ||
| BannerRepository.cs | ||
| DailyStatRepository.cs | ||
| DeviceRepository.cs | ||
| FaqRepository.cs | ||
| FileRepository.cs | ||
| MessageRepository.cs | ||
| NoticeRepository.cs | ||
| PushSendLogRepository.cs | ||
| Repository.cs | ||
| ServiceRepository.cs | ||
| TagRepository.cs | ||
| WebhookLogRepository.cs | ||