This commit is contained in:
TheXamlGuy
2024-06-12 23:04:22 +01:00
parent 9f61abaf41
commit 046dafc179
53 changed files with 101 additions and 103 deletions
+2 -2
View File
@@ -31,7 +31,7 @@ public partial class ItemViewModel :
IServiceFactory factory,
IMediator mediator,
IPublisher publisher,
ISubscription subscriber,
ISubscriber subscriber,
IDisposer disposer,
IContentTemplate template,
NamedComponent named,
@@ -135,5 +135,5 @@ public partial class ItemViewModel :
}
protected override SynchronizeExpression BuildAggregateExpression() =>
new(Synchronize.As<IItemViewModel, (string, string, ItemState)>(("", Name, State)));
new(Toolkit.Foundation.Synchronize.As<IItemViewModel, (string, string, ItemState)>(("", Name, State)));
}