7 lines
159 B
C#
7 lines
159 B
C#
namespace FileTime.Core.Interactions
|
|
{
|
|
public interface IInputInterface
|
|
{
|
|
Task<string?[]> ReadInputs(IEnumerable<InputElement> fields);
|
|
}
|
|
} |