Rename IScopeServiceFactory

This commit is contained in:
TheXamlGuy
2024-09-29 16:42:02 +01:00
parent 750a57eb12
commit c3285f30c7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
namespace Toolkit.Foundation;
public interface IServiceScopeFactory<TService>
public interface IScopeServiceFactory<TService>
{
(IServiceScope, TService)? Create(params object?[] parameters);
}