Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit 7d6125e

Browse files
committed
Fix namespace
1 parent a635f38 commit 7d6125e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NET6CustomLibrary/EFCore/Infrastructure/Interfaces/IDatabaseRepository.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace EFCoreGeneric.Infrastructure.Interfaces;
1+
namespace NET6CustomLibrary.EFCore.Infrastructure.Interfaces;
22

33
public interface IDatabaseRepository<TEntity, TKey> : IDatabase<TEntity, TKey> where TEntity : class, IEntity<TKey>, new()
44
{

0 commit comments

Comments
 (0)