App\services\TaxRateService::__construct PHP 메소드

__construct() 공개 메소드

TaxRateService constructor.
public __construct ( TaxRateRepository $taxRateRepo, DatatableService $datatableService )
$taxRateRepo App\Ninja\Repositories\TaxRateRepository
$datatableService DatatableService
    public function __construct(TaxRateRepository $taxRateRepo, DatatableService $datatableService)
    {
        $this->taxRateRepo = $taxRateRepo;
        $this->datatableService = $datatableService;
    }