public async Task <IActionResult> Create([FromBody] ArticleCategoryManageModel articleCategoryManageModel) { var response = await _articleCategoryService.CreateArticleCategoryAsync(articleCategoryManageModel); return(new CustomActionResult(response)); }