projects
/
kivitendo-erp.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
epic-ts
[kivitendo-erp.git]
/
SL
/
DB
/
Manager
/
PartClassification.pm
1
package SL::DB::Manager::PartClassification;
2
3
use strict;
4
5
use parent qw(SL::DB::Helper::Manager);
6
use SL::DB::Helper::Sorted;
7
8
sub object_class { 'SL::DB::PartClassification' }
9
10
__PACKAGE__->make_manager_methods;
11
12
1;
13
14
15
__END__
16
17
=encoding utf-8
18
19
=head1 NAME
20
21
SL::DB::Manager::PartClassification
22
23
=cut