mirror of
https://github.com/bitwarden/server
synced 2025-12-16 08:13:33 +00:00
[Provider] Setup provider (#1378)
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using Bit.CommCore.Services;
|
||||
using Bit.Core.Services;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
|
||||
namespace Bit.CommCore.Utilities
|
||||
{
|
||||
public static class ServiceCollectionExtensions
|
||||
{
|
||||
public static void AddCommCoreServices(this IServiceCollection services)
|
||||
{
|
||||
services.AddScoped<IProviderService, ProviderService>();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user