big changes

This commit is contained in:
Mike Gisler
2026-07-28 08:03:12 +02:00
parent c73f53d740
commit 4d19873776
179 changed files with 14953 additions and 494 deletions
@@ -0,0 +1,19 @@
namespace ZA.CoreService.ESBCertificateManager.Models;
public sealed class LocalSetupSelection
{
public string EnvironmentCode { get; set; } =
string.Empty;
public int SonicConnectionId { get; set; }
public int SonicCredentialId { get; set; }
public string ConnectionName { get; set; } =
string.Empty;
public string CredentialName { get; set; } =
string.Empty;
public DateTimeOffset SavedAtUtc { get; set; }
}