Manage Appointments DONE!
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@ public class MedicalHistoryFileManagementHandler
|
||||
|
||||
return new BaseResponse
|
||||
{
|
||||
StatusCode = HttpStatusCodes.NoContent,
|
||||
StatusCode = HttpStatusCodes.NotFound,
|
||||
Message = "Medical histories not found",
|
||||
Data = null
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user