public VpnServiceManager(VpnService vpnService, ServerSerializer serverSerializer, OpenVpnOutputParser outputParser, ProxyContractsMapper mapper) { this._vpnService = vpnService; this._serializer = serverSerializer; this._outputParser = outputParser; this._mapper = mapper; }
public VpnServiceManager(VpnService vpnService, ServerSerializer serverSerializer, OpenVpnOutputParser outputParser) { this._vpnService = vpnService; this._serverSerialzier = serverSerializer; this._outputParser = outputParser; }