first commit
This commit is contained in:
8
Services/Interfaces/IBackupService.cs
Normal file
8
Services/Interfaces/IBackupService.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using HanaToolbox.Config;
|
||||
|
||||
namespace HanaToolbox.Services.Interfaces;
|
||||
|
||||
public interface IBackupService
|
||||
{
|
||||
Task RunAsync(BackupConfig config, HanaConfig hana, string sid, CancellationToken ct = default);
|
||||
}
|
||||
Reference in New Issue
Block a user