예제 #1
0
 /// <summary>
 ///     Updates a reaction in our data store.
 /// </summary>
 /// <remarks>
 ///     This expects the current user to own the reaction.
 /// </remarks>
 /// <param name="reaction">The reaction with updated properties.</param>
 public Task UpdateAsync(Reaction reaction)
 => _reactionRepository.UpdateAsync(reaction);