项目重命名
This commit is contained in:
9
MesETL.App/HostedServices/Abstractions/IInputService.cs
Normal file
9
MesETL.App/HostedServices/Abstractions/IInputService.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using ConsoleApp2.Options;
|
||||
using ConsoleApp2.Services;
|
||||
|
||||
namespace ConsoleApp2.HostedServices.Abstractions;
|
||||
|
||||
public interface IInputService
|
||||
{
|
||||
public Task ExecuteAsync(CancellationToken cancellationToken);
|
||||
}
|
Reference in New Issue
Block a user