-
Notifications
You must be signed in to change notification settings - Fork 253
Closed
Milestone
Description
Following a bit the issue #175. Can the method Task<bool> AnyAsync be implemented?
public interface IReadRepositoryBase<T> where T : class
{
Task<bool> AnyAsync(ISpecification<T> specification, CancellationToken cancellationToken = default);
Task<bool> AnyAsync(CancellationToken cancellationToken = default);
}
I think it is a "non-harmful" implementation and it does not seem to break any previous implementation.
Metadata
Metadata
Assignees
Labels
No labels