api v2.1
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Application.Endpoints.MedicalHistories;
|
||||
|
||||
public class MedicalHistoryAuthorisationModel
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
public List<Guid> Authorisation { get; set; } = new List<Guid>();
|
||||
}
|
||||
Reference in New Issue
Block a user