Add result wait service

This commit is contained in:
2025-10-30 12:25:03 +09:00
parent 3bd7341ecc
commit e31a075f58
10 changed files with 152 additions and 32 deletions

View File

@ -16,8 +16,6 @@
public virtual Operation LastSyncOperation { get; set; }
public string? LastSyncError { get; set; }
public virtual ICollection<RegistryElement> Elements { get; set; } = [];
}
}