Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/ipol.sdek/classes/lib/Api/Adapter/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/ipol.sdek/classes/lib/Api/Adapter/AdapterInterface.php

<?php
namespace Ipolh\SDEK\Api\Adapter;

interface AdapterInterface
{
    public function post($method, array $dataPost = []);
}