9 lines
157 B
C#
9 lines
157 B
C#
#if NET
|
|
namespace EnvelopeGenerator.Infrastructure.Executor;
|
|
|
|
public class SQLExecutorParams
|
|
{
|
|
public string? ConnectionString { get; set; }
|
|
}
|
|
|
|
#endif |