medicalHistory: deletion when patient is deleted
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
public class MedicalHistoryAuthorisationModel
|
||||
{
|
||||
public string Id { get; set; }
|
||||
public List<string> Authorisation { get; set; } = new List<string>();
|
||||
public List<string> Authorisation { get; set; } = new();
|
||||
}
|
||||
Reference in New Issue
Block a user