Exemplo n.º 1
0
 //[Authorize]
 public async Task <IActionResult> Rate(CreateThreadRatingDto createThreadRatingDto)
 {
     return(this.GenerateResponse(await _threadService.Rate(createThreadRatingDto)));
 }