api v2.2
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
|
||||
public class MedicalHistoryAuthorisationModel
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
public List<Guid> Authorisation { get; set; } = new List<Guid>();
|
||||
public string Id { get; set; }
|
||||
public List<string> Authorisation { get; set; } = new List<string>();
|
||||
}
|
||||
Reference in New Issue
Block a user