This commit is contained in:
he
2024-10-21 17:58:30 +08:00
parent 80f05c2b74
commit 51c4bcc10b
5 changed files with 108 additions and 7 deletions
@@ -78,7 +78,7 @@ namespace IRaCIS.Core.Application.Service
}
[HttpDelete, Route("{doctorId:guid}")]
[HttpDelete, Route("{id:guid}")]
public async Task<IResponseOutput> DeleteEducationInfo(Guid id)
{
var success = await _educationRepository.BatchDeleteNoTrackingAsync(o => o.Id == id);