check add person photo finish
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace FamilyTreeAPI.Entities;
|
||||
|
||||
public class PersonPhotoDto
|
||||
{
|
||||
public int Id { get; set; }
|
||||
|
||||
public int PersonId { get; set; }
|
||||
public string Photo { get; set; }
|
||||
public string? PhotoType { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user