From cf8f9d76e384e38e56d322f3e5c1fd1cfc77cbd4 Mon Sep 17 00:00:00 2001 From: TekH Date: Mon, 7 Jul 2025 15:47:47 +0200 Subject: [PATCH] =?UTF-8?q?feat(ClientOptions):=20Hinzuf=C3=BCgen=20zur=20?= =?UTF-8?q?Konfiguration=20des=20Clients?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Leanetec.EConnect.Client/ClientOptions.cs | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/Leanetec.EConnect.Client/ClientOptions.cs diff --git a/src/Leanetec.EConnect.Client/ClientOptions.cs b/src/Leanetec.EConnect.Client/ClientOptions.cs new file mode 100644 index 0000000..b270cf6 --- /dev/null +++ b/src/Leanetec.EConnect.Client/ClientOptions.cs @@ -0,0 +1,5 @@ +namespace Leanetec.EConnect.Client; + +public class ClientOptions +{ +} \ No newline at end of file