person view add endpoint added

This commit is contained in:
2024-10-19 17:29:36 +02:00
Unverified
parent 84e78d3f4d
commit 28dcc102e6
6 changed files with 52 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ public class Persons
public string PutPerson { get; set; }
public string DeletePerson { get; set; }
public string GetPersonsViewRank { get; set; }
public string PostPersonsView { get; set; }
public string GetPersonPhoto { get; set; }
public string PutPersonPhoto { get; set; }
public string DeletePersonPhoto { get; set; }