@@ -195,7 +195,6 @@ namespace IRaCIS.Core.Application.Services
|
||||
IsDeleted = true,
|
||||
});
|
||||
var result = await _systemDocumentRepository.SaveChangesAsync();
|
||||
await _mediatorScoped.Publish(new SystemDocumentPublishEvent() { Ids = inDto.Ids });
|
||||
return ResponseOutput.Result(result);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user