Implement booking service without validity checks
This commit is contained in:
parent
8efc3843ad
commit
4bca60a23c
8 changed files with 536 additions and 0 deletions
|
|
@ -1,4 +1,6 @@
|
|||
#[cfg(test)]
|
||||
pub mod booking;
|
||||
#[cfg(test)]
|
||||
pub mod error_test;
|
||||
#[cfg(test)]
|
||||
mod permission_test;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue