Beispiel #1
0
        public async Task <ListResultDTO <ProductApparelDTO> > ProductApparelGetDict(int productGoodsTypeId)
        {
            var result = await _dictService.GetProductApparelDict(productGoodsTypeId);

            return(result);
        }