Add sales-person REST service
This commit is contained in:
parent
ad88a1c983
commit
8efc3843ad
6 changed files with 302 additions and 3 deletions
|
|
@ -4,6 +4,7 @@ use async_trait::async_trait;
|
|||
use dao::DaoError;
|
||||
use sqlx::{query, query_as, SqlitePool};
|
||||
|
||||
pub mod sales_person;
|
||||
pub mod slot;
|
||||
|
||||
pub trait ResultDbErrorExt<T, E> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue