コード例 #1
0
 public async Task DeleteCategoryAsync(string categoryId)
 {
     await _deleteCategoryCommand.DeleteCategoryAsync(categoryId);
 }
コード例 #2
0
        public async Task DeleteCategoryAsync(string categoryId)
        {
            await _updateModificationHashQuery.Run();

            await _deleteCategoryCommand.DeleteCategoryAsync(categoryId);
        }