SL::DB::RequirementSpec: time_estimation auch als _as_man_days, _as_man_days_unit
[kivitendo-erp.git] / SL / DB / Currency.pm
1 package SL::DB::Currency;
2
3 use strict;
4
5 use SL::DB::MetaSetup::Currency;
6 use SL::DB::Manager::Currency;
7
8 __PACKAGE__->meta->initialize;
9
10 1;