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

__construct() 공개 메소드

PaymentTermService constructor.
public __construct ( PaymentTermRepository $paymentTermRepo, DatatableService $datatableService )
$paymentTermRepo App\Ninja\Repositories\PaymentTermRepository
$datatableService DatatableService
    public function __construct(PaymentTermRepository $paymentTermRepo, DatatableService $datatableService)
    {
        $this->paymentTermRepo = $paymentTermRepo;
        $this->datatableService = $datatableService;
    }