api performance changes
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace PortBlog.API.Models
|
||||
{
|
||||
public class AboutDto
|
||||
{
|
||||
public string About { get; set; } = string.Empty;
|
||||
|
||||
public ICollection<HobbyDto> Hobbies { get; set; } = new List<HobbyDto>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user