9 lines
183 B
C#
9 lines
183 B
C#
|
namespace gswi.Configuration
|
|||
|
{
|
|||
|
public class DatabaseSettings
|
|||
|
{
|
|||
|
public string ConnectionString { get; set; }
|
|||
|
public string Credentials { get; set; }
|
|||
|
}
|
|||
|
}
|