Files
imphnen-backend-service/imphnen-dimentorin/src/materials/infrastructure/persistence/mod.rs
T

4 lines
105 B
Rust
Raw Normal View History

pub mod postgres_material_repository;
pub use postgres_material_repository::PostgresMaterialRepository;