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