forked from slavaxom9k/PIBD-23_Fomichev_V.S._MagicCarpet
8 lines
184 B
C#
8 lines
184 B
C#
using MagicCarpetContracts.Infrastructure;
|
|
|
|
namespace MagicCarpetDatabase;
|
|
|
|
class DefaultConfigurationDatabase : IConfigurationDatabase
|
|
{
|
|
public string ConnectionString => "";
|
|
} |