add liegenschaft
This commit is contained in:
@@ -2,6 +2,7 @@ pub mod benutzer;
|
||||
pub mod gruppe;
|
||||
// pub mod hersteller;
|
||||
// pub mod modell;
|
||||
pub mod liegenschaft;
|
||||
pub mod rolle;
|
||||
pub mod typ;
|
||||
|
||||
@@ -15,4 +16,5 @@ pub struct Mutation(
|
||||
benutzer::BenutzerMutation,
|
||||
gruppe::GruppeMutation,
|
||||
rolle::RolleMutation,
|
||||
liegenschaft::LiegenschaftMutation,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user