Interface IAsyncRepository<TEntity, TKey>
- Namespace
- eQuantic.Core.Data.Repository
- Assembly
- eQuantic.Core.Data.dll
The asynchronous repository, composed of the asynchronous read and write repositories.
public interface IAsyncRepository<TEntity, TKey> : IAsyncReadRepository<TEntity, TKey>, IAsyncWriteRepository<TEntity>, IAsyncRepository, IRepository, IDisposable where TEntity : class, IEntity<TKey>
Type Parameters
TEntityThe type of the entity.
TKeyThe type of the key.
- Inherited Members