Manage Appointments DONE!

This commit is contained in:
andrei-mihnea-cerbu
2024-04-08 21:29:18 +03:00
parent 8663a186a0
commit 13bfa2bdd9
91 changed files with 762 additions and 52 deletions
@@ -31,7 +31,7 @@ public class MedicalHistoryFileManagementHandler
return new BaseResponse
{
StatusCode = HttpStatusCodes.NoContent,
StatusCode = HttpStatusCodes.NotFound,
Message = "Medical histories not found",
Data = null
};