refactor: update controller to use MiniScoringService

Phase 1, Step 1.3.3: Delegate scoring to service layer
- Add IMiniScoringService dependency to controller
- Replace 43 lines of business logic with service call
- Controller now delegates scoring to service
- All tests passing

Related to Phase 1 refactoring plan
This commit is contained in:
2026-01-17 18:21:56 +08:00
parent 4aeac05c4b
commit 1cecb8330f
9 changed files with 2 additions and 43 deletions