X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/ba6a136694f2e54e7bf21b1ecfabfcb872784ef4..26892ad4061a94cce873952f1e72d4f7badf6e3b:/SL/DB/Currency.pm diff --git a/SL/DB/Currency.pm b/SL/DB/Currency.pm new file mode 100644 index 000000000..14ba066e9 --- /dev/null +++ b/SL/DB/Currency.pm @@ -0,0 +1,13 @@ +# This file has been auto-generated only because it didn't exist. +# Feel free to modify it at will; it will not be overwritten automatically. + +package SL::DB::Currency; + +use strict; + +use SL::DB::MetaSetup::Currency; + +# Creates get_all, get_all_count, get_all_iterator, delete_all and update_all. +__PACKAGE__->meta->make_manager_class; + +1;