mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-03-24 02:09:14 +00:00
8 lines
141 B
C#
8 lines
141 B
C#
|
namespace FSO.Server.Database
|
|||
|
{
|
|||
|
public class DatabaseConfiguration
|
|||
|
{
|
|||
|
public string ConnectionString { get; set; }
|
|||
|
}
|
|||
|
}
|