Change events args
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user