Skip to content

Commit a22ec11

Browse files
committed
fiix refer3encae error
1 parent 94b721a commit a22ec11

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

BasicClean.Infrastructure/Repository/EFQueryRepository.cs

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
namespace BasicClean.Infrastructure.Repository
1+
using BasicClean.Core.Enitties;
2+
using BasicClean.Core.Interfaces.Repositories;
3+
using Microsoft.EntityFrameworkCore;
4+
using System;
5+
using System.Collections.Generic;
6+
using System.Linq;
7+
using System.Linq.Expressions;
8+
using System.Threading.Tasks;
9+
10+
namespace BasicClean.Infrastructure.Repository
211
{
312
internal class EFQueryRepository<T, TKey> : IQueryRepository<T, TKey> where T : BaseEntity<TKey>
413
{

0 commit comments

Comments
 (0)