add all change in now.
This commit is contained in:
@@ -18,6 +18,7 @@ public class MappingFatherMother
|
||||
public int IMotherId { get; set; }
|
||||
|
||||
}
|
||||
|
||||
public class LookupDto
|
||||
{
|
||||
public int Id { get; set; } = 0;
|
||||
|
||||
@@ -5,6 +5,12 @@ public class RelationShiftContainer
|
||||
public int familyId {get; set;}
|
||||
public List<RelationShipDto> relationShips {get; set;}
|
||||
}
|
||||
|
||||
public class ImportRelation
|
||||
{
|
||||
public int FatherId { get; set; }
|
||||
public int MotherId { get; set; }
|
||||
}
|
||||
public class RelationShipDto
|
||||
{
|
||||
public enumState State { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user