X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/1cc7b9e645662ff053e31dd9d46b0acf6955b509..d2c5f6474ebd578ce46e09484780cfea556abb5e:/SL/DB/Manager/AuthMasterRight.pm diff --git a/SL/DB/Manager/AuthMasterRight.pm b/SL/DB/Manager/AuthMasterRight.pm new file mode 100644 index 000000000..fe8606823 --- /dev/null +++ b/SL/DB/Manager/AuthMasterRight.pm @@ -0,0 +1,14 @@ +# 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::Manager::AuthMasterRight; + +use strict; + +use parent qw(SL::DB::Helper::Manager); + +sub object_class { 'SL::DB::AuthMasterRight' } + +__PACKAGE__->make_manager_methods; + +1;