mirror of
https://github.com/bitwarden/server
synced 2025-12-16 00:03:54 +00:00
[SM-680] Add reference event logging to secrets (#2824)
* Add reference event logging to secrets * Change to IHostEnvironment * Fix namespace for ef service collection
This commit is contained in:
@@ -9,6 +9,8 @@ using LinqToDB.EntityFrameworkCore;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
|
||||
namespace Bit.Infrastructure.EntityFramework;
|
||||
|
||||
public static class EntityFrameworkServiceCollectionExtensions
|
||||
{
|
||||
public static void SetupEntityFramework(this IServiceCollection services, string connectionString, SupportedDatabaseProviders provider)
|
||||
|
||||
Reference in New Issue
Block a user