Bukimedia.PrestaSharp.Factories.ProductSupplierFactory.ProductSupplierFactory C# (CSharp) 메소드

ProductSupplierFactory() 공개 메소드

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