Update
This commit is contained in:
6
ConsoleApp2/HostedServices/Abstractions/IInputService.cs
Normal file
6
ConsoleApp2/HostedServices/Abstractions/IInputService.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace ConsoleApp2.HostedServices.Abstractions;
|
||||
|
||||
public interface IInputService
|
||||
{
|
||||
public Task ExecuteAsync(CancellationToken cancellationToken);
|
||||
}
|
Reference in New Issue
Block a user