Esempio n. 1
0
 /// <summary>
 ///     Soft deletes a reaction in our data store.
 /// </summary>
 /// <remarks>
 ///     This expects the current user to own the reaction.
 /// </remarks>
 /// <param name="reactionId">The reaction to be deleted.</param>
 public Task DeleteReactionAsync(Guid reactionId)
 => _reactionRepository.DeleteAsync(reactionId);