Add booking dao implementations
This commit is contained in:
parent
4bca60a23c
commit
71c1432fd1
10 changed files with 225 additions and 13 deletions
|
|
@ -4,6 +4,7 @@ use async_trait::async_trait;
|
|||
use dao::DaoError;
|
||||
use sqlx::{query, query_as, SqlitePool};
|
||||
|
||||
pub mod booking;
|
||||
pub mod sales_person;
|
||||
pub mod slot;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue