check add person photo finish

This commit is contained in:
2025-10-27 16:23:06 +11:00
parent c62ae2cd42
commit cbb61b796f
28 changed files with 1084 additions and 86 deletions
+1
View File
@@ -49,5 +49,6 @@ public partial class PersonDto
public int? MotherId { get; set; }
public List<RelationShipDto>? RelationShips { get; set; }
public List<PersonPhotoDto>? PersonPhotos { get; set; }
}