Thread safely ObservableCollection

This commit is contained in:
Dan Clark
2024-12-02 09:17:38 +00:00
parent fd1b7525d3
commit 1ac2db25e0
6 changed files with 114 additions and 57 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
namespace Toolkit.Foundation;
public interface IScopeServiceFactory<TService>
public interface IServiceScopeFactory<TService>
{
(IServiceScope, TService) Create(params object?[] parameters);
}