Add service for sales_persond

This commit is contained in:
Simon Goller 2024-05-06 13:33:54 +02:00
parent 20828fb4a1
commit ad88a1c983
9 changed files with 792 additions and 2 deletions

View file

@ -3,4 +3,6 @@ pub mod error_test;
#[cfg(test)]
mod permission_test;
#[cfg(test)]
pub mod sales_person;
#[cfg(test)]
pub mod slot;