Esempio n. 1
0
        public async Task <ListResultDTO <ProductGoodsTypeDTO> > ProductGoodsTypeGetDict(int productCategoryId)
        {
            var result = await _dictService.GetProductGoodsTypeDict(productCategoryId);

            return(result);
        }