Add operation executor
This commit is contained in:
7
Hcs.WebApp/BackgroundServices/Executors/IExecutor.cs
Normal file
7
Hcs.WebApp/BackgroundServices/Executors/IExecutor.cs
Normal file
@ -0,0 +1,7 @@
|
||||
namespace Hcs.WebApp.BackgroundServices.Executors
|
||||
{
|
||||
public interface IExecutor
|
||||
{
|
||||
Task<string> ExecuteAsync(CancellationToken cancellationToken);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user