Get items stored and retrieved from the db

This commit is contained in:
TheXamlGuy
2024-05-12 14:50:10 +01:00
parent a44391f4d5
commit 4171a31f85
2 changed files with 13 additions and 0 deletions
@@ -316,6 +316,7 @@ public partial class ObservableCollectionViewModel<TViewModel> :
await Enumerate();
}
public async Task Enumerate()
{
if (this.GetAttribute<EnumerateAttribute>() is EnumerateAttribute attribute)