kivitendo/SL/DB/Manager/AdditionalBillingAddress.pm @ 7a803ab2
b5b366c9 | Moritz Bunkus | # 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::Manager::AdditionalBillingAddress;
|
|||
use strict;
|
|||
use parent qw(SL::DB::Helper::Manager);
|
|||
sub object_class { 'SL::DB::AdditionalBillingAddress' }
|
|||
__PACKAGE__->make_manager_methods;
|
|||
1;
|