kivitendo/SL/DB/PartsPriceHistory.pm @ 4a663bf8
package SL::DB::PartsPriceHistory;
|
|
|
|
use strict;
|
|
|
|
use SL::DB::MetaSetup::PartsPriceHistory;
|
|
use SL::DB::Manager::PartsPriceHistory;
|
|
|
|
__PACKAGE__->meta->initialize;
|
|
|
|
1;
|