Exemple #1
0
 public Task <AddParticipantsResult> AddParticipantsToReview(int reviewId, [FromBody] AddParticipantsParameter content)
 {
     return(_sqlReviewsRepository.AddParticipantsToReviewAsync(reviewId, Session.UserId, content));
 }