Exemplo n.º 1
0
        public async Task <ListResultDTO <ProductSizeDTO> > ProductSizeGetDict(int productGoodsTypeId, int?productApparelId)
        {
            var result = await _dictService.GetProductSizeDict(productGoodsTypeId, productApparelId);

            return(result);
        }