namespace BathHouseManagmet.Database;
public class DatabaseConnection
{
public string ConnectionString { get; set; }
}