示例#1
0
        public async Task <ListResultDTO <ProductCategoryDTO> > ProductCategoryGetDict(int productTypeId)
        {
            var result = await _dictService.GetProductCategoryDict(productTypeId);

            return(result);
        }