Exemple #1
0
        public object GetProductBrand(int productCategoryID, string agentID)
        {
            var result = CommonRequest.ApiGetProductBrand(productCategoryID, agentID);

            return(result);
        }