added validators in project
This commit is contained in:
@@ -6,4 +6,6 @@ public class GetBookDto
|
||||
public string? Title { get; set; }
|
||||
public DateOnly PublishedDate { get; set; }
|
||||
public string? Genre { get; set; }
|
||||
public string? Isbn { get; set; }
|
||||
public string? AuthorFullName { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user