Skip to content

SQL Server

services.AddFeatures(c =>
{
string connectionString = Configuration.GetConnectionString("DefaultConnection");
c.AddSqlServerStorage(connectionString);
});