refactor: Userservice

This commit is contained in:
Julien Froidefond
2025-08-24 16:44:31 +02:00
parent 2e195ca5cf
commit f4dcc89c11
7 changed files with 211 additions and 234 deletions

View File

@@ -5,6 +5,9 @@
// Database services (server-only)
export { getPool, closePool } from "./database";
// User services (server-only)
export { UserService, userService } from "./user-service";
// Evaluation services (server-only)
export { EvaluationService, evaluationService } from "./evaluation-service";