Change events args
This commit is contained in:
@ -2,6 +2,6 @@
|
||||
{
|
||||
public interface IResultGetter
|
||||
{
|
||||
Task<bool> GetAsync();
|
||||
Task<ResultGetterResponse> GetAsync();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user