Lots of the repo interfaces moved

This commit is contained in:
Shannon
2019-11-12 14:16:50 +11:00
parent 545a427d11
commit f3aca158fb
15 changed files with 2 additions and 17 deletions

View File

@@ -1,8 +0,0 @@
namespace Umbraco.Core.Persistence
{
/// <summary>
/// Defines the base implementation of a reading, writing and querying repository.
/// </summary>
public interface IReadWriteQueryRepository<in TId, TEntity> : IReadRepository<TId, TEntity>, IWriteRepository<TEntity>, IQueryRepository<TEntity>
{ }
}