X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/184f472c9cb9fa7808ecb6cf1404f48a1263168a..58190585c35976c33c0594e920251ec8f7e3d40e:/SL/DB/Manager/PartsPriceHistory.pm diff --git a/SL/DB/Manager/PartsPriceHistory.pm b/SL/DB/Manager/PartsPriceHistory.pm new file mode 100644 index 000000000..34cd4dc1f --- /dev/null +++ b/SL/DB/Manager/PartsPriceHistory.pm @@ -0,0 +1,11 @@ +package SL::DB::Manager::PartsPriceHistory; + +use strict; + +use parent qw(SL::DB::Helper::Manager); + +sub object_class { 'SL::DB::PartsPriceHistory' } + +__PACKAGE__->make_manager_methods; + +1;