コード例 #1
0
 public async Task <IActionResult> AddRating(int Id)
 {
     return(Ok(await _repo.AddRating(Id)));
 }