feat(application): NotificationEventService — move notification business logic out of worker

This commit is contained in:
2026-05-14 13:35:20 +02:00
parent 925856f6b8
commit 2d742bdbe3
3 changed files with 220 additions and 0 deletions

View File

@@ -1 +1,2 @@
pub mod services;
pub mod use_cases;