X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44..53593baa211863fbf66540cf1bcc36c8fb37257f:/SL/DB/Manager/PartClassification.pm diff --git a/SL/DB/Manager/PartClassification.pm b/SL/DB/Manager/PartClassification.pm new file mode 100644 index 000000000..c00bea76a --- /dev/null +++ b/SL/DB/Manager/PartClassification.pm @@ -0,0 +1,23 @@ +package SL::DB::Manager::PartClassification; + +use strict; + +use parent qw(SL::DB::Helper::Manager); +use SL::DB::Helper::Sorted; + +sub object_class { 'SL::DB::PartClassification' } + +__PACKAGE__->make_manager_methods; + +1; + + +__END__ + +=encoding utf-8 + +=head1 NAME + +SL::DB::Manager::PartClassification + +=cut