Change events args

This commit is contained in:
2025-11-05 18:17:19 +09:00
parent 8fd7d4a571
commit e58221c430
11 changed files with 96 additions and 65 deletions

View File

@ -10,7 +10,7 @@ namespace Hcs.WebApp.BackgroundServices.ResultGetters
protected readonly IServiceScope scope = scope;
protected readonly Operation operation = operation;
public abstract Task<bool> GetAsync();
public abstract Task<ResultGetterResponse> GetAsync();
protected Exception Failure(IErrorMessage? errorMessage)
{