Bukimedia.PrestaSharp.Factories.ProductSupplierFactory.ProductSupplierFactory C# (CSharp) Méthode

ProductSupplierFactory() public méthode

public ProductSupplierFactory ( string BaseUrl, string Account, string SecretKey ) : System
BaseUrl string
Account string
SecretKey string
Résultat System
        public ProductSupplierFactory(string BaseUrl, string Account, string SecretKey)
            : base(BaseUrl, Account, SecretKey)
        {
        }