public async Task <ListResultDTO <ProductSizeDTO> > ProductSizeGetDict(int productGoodsTypeId, int?productApparelId) { var result = await _dictService.GetProductSizeDict(productGoodsTypeId, productApparelId); return(result); }