5 lines
96 B
Rust
5 lines
96 B
Rust
pub mod create;
|
|
pub mod delete_by_id;
|
|
pub mod get_all;
|
|
pub mod get_by_id;
|
|
pub mod update_by_id;
|