mirror of
https://github.com/azaion/annotations.git
synced 2026-04-23 00:46:31 +00:00
7 lines
155 B
C#
7 lines
155 B
C#
namespace Azaion.Repository.DTO;
|
|
|
|
public class ConnectionStrings
|
|
{
|
|
public string? FraudDb { get; set; }
|
|
public string? FraudDbMsSql { get; set; }
|
|
} |