Async core refactor
This commit is contained in:
@@ -2,6 +2,6 @@ namespace FileTime.Core.Interactions
|
||||
{
|
||||
public interface IInputInterface
|
||||
{
|
||||
string?[] ReadInputs(IEnumerable<InputElement> fields);
|
||||
Task<string?[]> ReadInputs(IEnumerable<InputElement> fields);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user