Fixes names violating the rule: ALL words from the Prisma table name MUST be
preserved. The orchestrator automatically renames all variants (.ICreate,
.IUpdate, .ISummary, IPage*).
Common violations: ISale → IShoppingSale (prefix omission), IBbsComment
→ IBbsArticleComment (intermediate word omission).
DTO type name refactoring operation.
Fixes names violating the rule: ALL words from the Prisma table name MUST be preserved. The orchestrator automatically renames all variants (.ICreate, .IUpdate, .ISummary, IPage*).
Common violations:
ISale→IShoppingSale(prefix omission),IBbsComment→IBbsArticleComment(intermediate word omission).Author
Samchon