mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 00:22:50 -05:00
plan trial periods
This commit is contained in:
@ -50,6 +50,9 @@ namespace Bit.Billing
|
||||
// Repositories
|
||||
services.AddSqlServerRepositories();
|
||||
|
||||
// Context
|
||||
services.AddScoped<CurrentContext>();
|
||||
|
||||
// Services
|
||||
services.AddBaseServices();
|
||||
services.AddDefaultServices();
|
||||
|
Reference in New Issue
Block a user