Cleaned code
This commit is contained in:
@@ -6,14 +6,14 @@ namespace BookHive.DTO.Review;
|
||||
public class GetReviewDto
|
||||
{
|
||||
public int Id { get; set; }
|
||||
|
||||
|
||||
public int BookId { get; set; }
|
||||
public int MemberId { get; set; }
|
||||
|
||||
|
||||
public int Rating { get; set; }
|
||||
public string? Comment { get; set; }
|
||||
public DateTime CreatedAt { get; set; }
|
||||
|
||||
|
||||
public GetBookDto? Book { get; set; }
|
||||
public GetMemberDto? Member { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user