Skip to content

Commit e3f4ec8

Browse files
CODE RUB: Clean Up
1 parent 24f5522 commit e3f4ec8

File tree

1 file changed

+0
-1
lines changed
  • LibraryManagement.Api/Models/Foundations/Books

1 file changed

+0
-1
lines changed

LibraryManagement.Api/Models/Foundations/Books/Book.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ public class Book
1414
public string BookTitle { get; set; }
1515
public string Author { get; set; }
1616
public string Genre { get; set; }
17-
[JsonIgnore]
1817
public Guid? ReaderId { get; set; }
1918
[JsonIgnore]
2019
public Reader? Reader { get; set; }

0 commit comments

Comments
 (0)