refactor: remove IRepository and DbRepository
This commit is contained in:
@@ -99,12 +99,6 @@ public interface IRepository<TEntity>
|
||||
IQueryable<TEntity> ReadOnly();
|
||||
#endregion
|
||||
}
|
||||
|
||||
public interface IRepository
|
||||
{
|
||||
IRepository<TEntity> Entity<TEntity>() where TEntity : IEntity;
|
||||
}
|
||||
|
||||
#if NETFRAMEWORK
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user