Esempio n. 1
0
 public Task <ReviewChangeParticipantsStatusResult> AssignRoleToParticipantAsync(int reviewId, [FromBody] AssignParticipantRoleParameter content)
 {
     return(_reviewsService.AssignRoleToParticipantsAsync(reviewId, content, Session.UserId));
 }