We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b2b2c6 commit 777ed7cCopy full SHA for 777ed7c
1 file changed
SharpRepository.Ioc.StructureMap/Factories/SingleKey.cs
@@ -33,7 +33,7 @@ public override Type ReturnedType
33
{
34
get
35
36
- return typeof(IRepository<>);
+ return typeof(IRepository<,>);
37
}
38
39
0 commit comments