X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/ab9162acadd688f4020475b15fbbcd30549e2e33..c2cf302a52645c06687d49496ea4a42471ea095c:/SL/DB/CsvImportProfileSetting.pm diff --git a/SL/DB/CsvImportProfileSetting.pm b/SL/DB/CsvImportProfileSetting.pm new file mode 100644 index 000000000..6da5b34be --- /dev/null +++ b/SL/DB/CsvImportProfileSetting.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::CsvImportProfileSetting; + +use strict; + +use SL::DB::MetaSetup::CsvImportProfileSetting; + +# Creates get_all, get_all_count, get_all_iterator, delete_all and update_all. +__PACKAGE__->meta->make_manager_class; + +1;