NAME

Daje::Database::View::Super::vAuthoritiesRoleCompany - Daje db model

SYNOPSIS

use Daje::Database::View::Super::vAuthoritiesRoleCompany;

my $table = Daje::Database::View::Super::vAuthoritiesRoleCompany->new(db => $db);

my $result = $table->load_authorities_role_company_pkey($self, $authorities_role_company_pkey);

my $result = $table->load_authorities_role_fkey($self, $authorities_role_fkey);

my $result = $table->load_authorities_companies_fkey($self, $authorities_companies_fkey);

DESCRIPTION

Daje::Database::View::Super::vAuthoritiesRoleCompany is a View super class

REQUIRES

v5.42

Mojo::Base

METHODS

AUTHOR

janeskil1525 <janeskil1525@gmail.com

LICENSE

Copyright (C) janeskil1525.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.