]> wagnertech.de Git - mfinanz.git/blob - SL/DB/Employee.pm
Umstellung auf SL::DBUpgrade2-API: process_query ist nicht mehr in SL::User
[mfinanz.git] / SL / DB / Employee.pm
1 package SL::DB::Employee;
2
3 use strict;
4
5 use SL::DB::MetaSetup::Employee;
6 use SL::DB::Manager::Employee;
7
8
9 1;