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