Allow updating rating in review modal
This commit is contained in:
parent
2487eb97e1
commit
114ee4f09b
7 changed files with 23 additions and 6 deletions
|
|
@ -6,5 +6,6 @@ namespace API.DTOs.SeriesDetail;
|
|||
public class UpdateUserReviewDto
|
||||
{
|
||||
public int SeriesId { get; set; }
|
||||
public int Rating { get; set; }
|
||||
public string Body { get; set; }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue