From effa71313d0a80065100f8538c444af7fcc829cc Mon Sep 17 00:00:00 2001 From: Mohammad Moattar Date: Tue, 13 Jul 2021 16:10:22 +0100 Subject: [PATCH] Update IRepository.cs --- src/EfCore.UnitOfWork/IRepository.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +}