This commit is contained in:
2026-04-17 07:08:04 +02:00
parent ca91af9682
commit 0d3bd47f7a
34 changed files with 17503 additions and 160 deletions
@@ -5,6 +5,7 @@ namespace TrafagSalesExporter.Services;
public interface IHanaQueryService
{
List<SalesRecord> GetSalesRecords(HanaServer server, string schema, string tsc, string land, string dateFilter);
List<string> GetAvailableSchemas(HanaServer server);
ConnectionTestResult TestConnectionDetailed(HanaServer server);
void TestConnection(HanaServer server);
}