diff --git a/ECMJobRunner.Domain/Interfaces/IRepository.cs b/ECMJobRunner.Domain/Interfaces/IRepository.cs
index 204414d..d19cb92 100644
--- a/ECMJobRunner.Domain/Interfaces/IRepository.cs
+++ b/ECMJobRunner.Domain/Interfaces/IRepository.cs
@@ -90,10 +90,5 @@ namespace ECMJobRunner.Domain.Interfaces
/// Cancellation token
/// True if entity was found and deleted, false otherwise
Task DeleteSingleAsync(Expression> predicate, CancellationToken cancellationToken = default);
-
- ///
- /// Save all changes asynchronously
- ///
- Task SaveChangesAsync(CancellationToken cancellationToken = default);
}
}