X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/f207efd1ad8835c046c2945c3d0d693626622521..b989d7cfb4bd8de5c3e290b8df0519ad34d5dd0c:/SL/DB/TaxzoneChart.pm diff --git a/SL/DB/TaxzoneChart.pm b/SL/DB/TaxzoneChart.pm new file mode 100644 index 000000000..540f49b5b --- /dev/null +++ b/SL/DB/TaxzoneChart.pm @@ -0,0 +1,15 @@ +# 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::TaxzoneChart; + +use strict; + +use SL::DB::MetaSetup::TaxzoneChart; + +__PACKAGE__->meta->initialize; + +# Creates get_all, get_all_count, get_all_iterator, delete_all and update_all. +__PACKAGE__->meta->make_manager_class; + +1;