Example #1
0
        public SmartObjectClientServerWrapper(SmartObjectClientServer serviceClientServer)
        {
            serviceClientServer.ThrowIfNull(nameof(serviceClientServer));

            _serviceClientServer = serviceClientServer;
        }