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

@ -2,6 +2,6 @@
{
public interface IResultGetter
{
Task<bool> GetAsync();
Task<ResultGetterResponse> GetAsync();
}
}