Skip to content

Commit 2a12542

Browse files
committed
AllFxTypes包含IRepository
1 parent 2c22afc commit 2a12542

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Coldairarrow.Util/GlobalData.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
using System;
1+
using EFCore.Sharding;
2+
using System;
23
using System.Collections.Generic;
34
using System.IO;
45
using System.Linq;
@@ -44,6 +45,8 @@ public static List<Type> AllFxTypes
4445

4546
}
4647
});
48+
49+
_allFxTypes.Add(typeof(IRepository));
4750
}
4851
}
4952
}

0 commit comments

Comments
 (0)