2020-02-29 15:44:17 +13:00
|
|
|
|
namespace NexusForever.Database.Configuration
|
2018-12-13 10:35:25 -05:00
|
|
|
|
{
|
|
|
|
|
|
public class DatabaseConnectionString : IConnectionString
|
|
|
|
|
|
{
|
|
|
|
|
|
public DatabaseProvider Provider { get; set; }
|
|
|
|
|
|
public string ConnectionString { get; set; }
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|