feat(ClientOptions): Hinzufügen zur Konfiguration des Clients

This commit is contained in:
tekh 2025-07-07 15:47:47 +02:00
parent 3377cc6121
commit cf8f9d76e3

View File

@ -0,0 +1,5 @@
namespace Leanetec.EConnect.Client;
public class ClientOptions
{
}