X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/1dd6d84aa18d0a0ec9e36f02eae743625cd569e9..371ab59da0ebb21a8438cab732530e1cf5f9471c:/SL/DB/ContactDepartment.pm diff --git a/SL/DB/ContactDepartment.pm b/SL/DB/ContactDepartment.pm new file mode 100644 index 000000000..a7645b1fc --- /dev/null +++ b/SL/DB/ContactDepartment.pm @@ -0,0 +1,13 @@ +# This file has been auto-generated only because it didn't exist. +# Feel free to modify it at will; it will not be overwritten automatically. + +package SL::DB::ContactDepartment; + +use strict; + +use SL::DB::MetaSetup::ContactDepartment; +use SL::DB::Manager::ContactDepartment; + +__PACKAGE__->meta->initialize; + +1;