first commit
This commit is contained in:
9
BookHive/DTO/Book/GetBookDto.cs
Normal file
9
BookHive/DTO/Book/GetBookDto.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace BookHive.DTO.Book;
|
||||
|
||||
public class GetBookDto
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string? Title { get; set; }
|
||||
public DateOnly PublishedDate { get; set; }
|
||||
public string? Genre { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user