feat: rename product to Screened, add PRODUCT_NAME constant to domain

This commit is contained in:
2026-05-12 15:42:24 +02:00
parent 722b09e400
commit f2e3a876dc
9 changed files with 31 additions and 26 deletions

View File

@@ -4,3 +4,5 @@ pub mod models;
pub mod ports;
pub mod services;
pub mod value_objects;
pub const PRODUCT_NAME: &str = "Screened";