put in ignore file
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
namespace FamilyTreeAPI.Entities;
|
||||
|
||||
public class RelationShiftContainer
|
||||
{
|
||||
public int familyId {get; set;}
|
||||
public List<RelationShipDto> relationShips {get; set;}
|
||||
}
|
||||
public class RelationShipDto
|
||||
{
|
||||
public enumState State { get; set; }
|
||||
public int Id { get; set; }
|
||||
|
||||
public int PersonId { get; set; }
|
||||
public int RelatePersonId { get; set; }
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user