Project scaffolding
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace PageManager.Api.Api.Dtos;
|
||||
|
||||
public class AuthorDto
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string Name { get; set; } = string.Empty;
|
||||
}
|
||||
Reference in New Issue
Block a user