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

__construct() 공개 메소드

AccountGatewayService constructor.
public __construct ( AccountGatewayRepository $accountGatewayRepo, DatatableService $datatableService )
$accountGatewayRepo App\Ninja\Repositories\AccountGatewayRepository
$datatableService DatatableService
    public function __construct(AccountGatewayRepository $accountGatewayRepo, DatatableService $datatableService)
    {
        $this->accountGatewayRepo = $accountGatewayRepo;
        $this->datatableService = $datatableService;
    }