on the server too
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
namespace FamilyTreeAPI.Entities;
|
||||
|
||||
public class TreeData
|
||||
{
|
||||
public string? Sex { get; set; }
|
||||
public string? Image { get; set; }
|
||||
}
|
||||
public class TreeNode<T>
|
||||
{
|
||||
public string? Label { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user