Exemple #1
0
        public async Task <IActionResult> DeleteCategory(Guid categoryId)
        {
            await _menuAppService.DeleteCategoryAsync(categoryId);

            return(Ok());
        }