Skip to content

Commit 777ed7c

Browse files
committed
Wrong return type for single key correction
1 parent 5b2b2c6 commit 777ed7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SharpRepository.Ioc.StructureMap/Factories/SingleKey.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public override Type ReturnedType
3333
{
3434
get
3535
{
36-
return typeof(IRepository<>);
36+
return typeof(IRepository<,>);
3737
}
3838
}
3939

0 commit comments

Comments
 (0)