projects
/
kivitendo-erp.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
BackgroundJob-Hilfsfunktionen
[kivitendo-erp.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;