namespace Azaion.Repository.DTO; public class ConnectionStrings { public string? FraudDb { get; set; } public string? FraudDbMsSql { get; set; } }