App\services\TaxRateService::__construct PHP Method

__construct() public method

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;
    }