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