Fix scope mishandling

This commit is contained in:
2025-10-28 16:32:15 +09:00
parent 529bceb598
commit 1a097a8f7b
5 changed files with 14 additions and 14 deletions

View File

@ -11,8 +11,8 @@
public ManagerState State { get; }
Task StartAsync();
Task StartAsync(IServiceScope scope);
Task CheckStateAsync();
Task CheckStateAsync(IServiceScope scope);
}
}