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