Add BaseRepository generic class with typed CRUD operations. Create UnitOfWork service wrapping TransactionService for atomic multi-entity operations. Add concrete repositories for SimVoiceOptions, IdMapping, and AuditLog. Migrate VoiceOptionsService, MappingsService, and AuditLogService from direct PrismaService usage to repositories.