mirror of
https://github.com/bitwarden/server.git
synced 2025-06-24 12:48:48 -05:00
PM-20576 added dependency
This commit is contained in:
parent
48b967bc79
commit
88745cbb4f
@ -15,5 +15,6 @@ public static class ReportingServiceCollectionExtensions
|
|||||||
services.AddScoped<IDropPasswordHealthReportApplicationCommand, DropPasswordHealthReportApplicationCommand>();
|
services.AddScoped<IDropPasswordHealthReportApplicationCommand, DropPasswordHealthReportApplicationCommand>();
|
||||||
services.AddScoped<IAddOrganizationReportCommand, AddOrganizationReportCommand>();
|
services.AddScoped<IAddOrganizationReportCommand, AddOrganizationReportCommand>();
|
||||||
services.AddScoped<IDropOrganizationReportCommand, DropOrganizationReportCommand>();
|
services.AddScoped<IDropOrganizationReportCommand, DropOrganizationReportCommand>();
|
||||||
|
services.AddScoped<IGetOrganizationReportQuery, GetOrganizationReportQuery>();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user