Cleaned code
This commit is contained in:
@@ -2,10 +2,9 @@ namespace BookHive.DTO.Review;
|
||||
|
||||
public class CreateReviewDto
|
||||
{
|
||||
|
||||
public int BookId { get; set; }
|
||||
public int MemberId { get; set; }
|
||||
|
||||
|
||||
public int Rating { get; set; }
|
||||
public string? Comment { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user