X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/525c5931383d1c7281c2d7bcabffe317c60ffe02..d4925a8b60f04674885e30d9316dc0263f8b9a84:/SL/DB/Manager/MebilMapping.pm diff --git a/SL/DB/Manager/MebilMapping.pm b/SL/DB/Manager/MebilMapping.pm new file mode 100644 index 000000000..6ccaa0821 --- /dev/null +++ b/SL/DB/Manager/MebilMapping.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::MebilMapping; + +use strict; + +use parent qw(SL::DB::Helper::Manager); + +sub object_class { 'SL::DB::MebilMapping' } + +__PACKAGE__->make_manager_methods; + +1;