コード例 #1
0
ファイル: DictController.cs プロジェクト: slatysh/vshopedev
        public async Task <ListResultDTO <ProductCategoryDTO> > ProductCategoryGetDict(int productTypeId)
        {
            var result = await _dictService.GetProductCategoryDict(productTypeId);

            return(result);
        }