import exxport settings, join over sap hana tables
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace TrafagSalesExporter.Services;
|
||||
|
||||
public interface IConfigTransferService
|
||||
{
|
||||
Task<string> ExportJsonAsync(bool includeSecrets);
|
||||
Task ImportJsonAsync(string json);
|
||||
}
|
||||
Reference in New Issue
Block a user