mirror of
https://github.com/bitwarden/server
synced 2026-01-13 22:13:43 +00:00
add ISendOwnerQuery to dependency graph
This commit is contained in:
@@ -17,5 +17,6 @@ public static class SendServiceCollectionExtension
|
||||
services.AddScoped<ISendValidationService, SendValidationService>();
|
||||
services.AddScoped<ISendCoreHelperService, SendCoreHelperService>();
|
||||
services.AddScoped<ISendAuthenticationQuery, SendAuthenticationQuery>();
|
||||
services.AddScoped<ISendOwnerQuery, SendOwnerQuery>();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user