Bukimedia.PrestaSharp.Factories.ProductSupplierFactory.ProductSupplierFactory C# (CSharp) Method

ProductSupplierFactory() public method

public ProductSupplierFactory ( string BaseUrl, string Account, string SecretKey ) : System
BaseUrl string
Account string
SecretKey string
return System
        public ProductSupplierFactory(string BaseUrl, string Account, string SecretKey)
            : base(BaseUrl, Account, SecretKey)
        {
        }