public async Task <Category> UpsertCategoryAsync(Category category) { return(await _upsertCategoryCommand.UpsertCategoryAsync(category)); }
public async Task <Category> UpsertCategoryAsync(Category category) { await _updateModificationHashQuery.Run(); return(await _upsertCategoryCommand.UpsertCategoryAsync(category)); }