New Year Bugs (#2513)
This commit is contained in:
parent
fcacd67d71
commit
5dfcccba7a
32 changed files with 230 additions and 142 deletions
|
@ -6,7 +6,5 @@ namespace API.DTOs.SeriesDetail;
|
|||
public class UpdateUserReviewDto
|
||||
{
|
||||
public int SeriesId { get; set; }
|
||||
[MaxLength(120)]
|
||||
public string? Tagline { get; set; }
|
||||
public string Body { get; set; }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue