Implement booking service without validity checks
This commit is contained in:
parent
8efc3843ad
commit
4bca60a23c
8 changed files with 536 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ use std::sync::Arc;
|
|||
|
||||
use async_trait::async_trait;
|
||||
|
||||
pub mod booking;
|
||||
pub mod clock;
|
||||
pub mod permission;
|
||||
pub mod sales_person;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue