KidoZen.Marketplace.Marketplace C# (CSharp) Method

Marketplace() private method

private Marketplace ( KZApplication app, Uri endpoint ) : Newtonsoft.Json.Linq
app KZApplication
endpoint System.Uri
return Newtonsoft.Json.Linq
        internal Marketplace(KZApplication app, Uri endpoint)
        {
            this.Url = endpoint;
            this.app = app;
        }