修改
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user