Implement booking service without validity checks

This commit is contained in:
Simon Goller 2024-05-07 08:31:50 +02:00
parent 8efc3843ad
commit 4bca60a23c
8 changed files with 536 additions and 0 deletions

View file

@ -4,6 +4,7 @@ use async_trait::async_trait;
use mockall::automock;
use thiserror::Error;
pub mod booking;
pub mod permission;
pub mod sales_person;
pub mod slot;