Skip to content

Commit d010251

Browse files
committed
Update wording
1 parent 8dd1be8 commit d010251

File tree

1 file changed

+2
-2
lines changed
  • IntelliTect.TestTools.TestFramework/IntelliTect.TestTools.TestFramework

1 file changed

+2
-2
lines changed

IntelliTect.TestTools.TestFramework/IntelliTect.TestTools.TestFramework/TestBuilder.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ public TestBuilder AddDependencyService<T>()
7979
return this;
8080
}
8181

82-
public TestBuilder AddDependencyService<TService,TImplementation>()
82+
public TestBuilder AddDependencyService<TServiceType,TImplementationType>()
8383
{
84-
Services.AddScoped(typeof(TService), typeof(TImplementation));
84+
Services.AddScoped(typeof(TServiceType), typeof(TImplementationType));
8585
return this;
8686
}
8787

0 commit comments

Comments
 (0)