first commit
This commit is contained in:
8
BookHive/DTO/Author/GetAuthorDto.cs
Normal file
8
BookHive/DTO/Author/GetAuthorDto.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace BookHive.DTO.Author;
|
||||
|
||||
public class GetAuthorDto
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string? FirstName { get; set; }
|
||||
public string? LastName { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user