diff --git a/src/EfCore.UnitOfWork/IRepository.cs b/src/EfCore.UnitOfWork/IRepository.cs index 87a76b5..47b22ee 100644 --- a/src/EfCore.UnitOfWork/IRepository.cs +++ b/src/EfCore.UnitOfWork/IRepository.cs @@ -6,6 +6,7 @@ using System.Threading.Tasks; using Microsoft.EntityFrameworkCore.ChangeTracking; + namespace EfCore.UnitOfWork { public interface IRepository where TEntity : class @@ -60,4 +61,4 @@ IEnumerable GetProjectedList(Expression GetProjectedList(Func projectedBy, Func, IQueryable> extendBy = null); } -} \ No newline at end of file +}