feat(application): NotificationEventService — move notification business logic out of worker
This commit is contained in:
2
crates/application/src/services/mod.rs
Normal file
2
crates/application/src/services/mod.rs
Normal file
@@ -0,0 +1,2 @@
|
||||
pub mod notification_event;
|
||||
pub use notification_event::NotificationEventService;
|
||||
Reference in New Issue
Block a user