1
0
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:
✨ Audrey ✨
2025-08-26 15:25:06 -04:00
parent cd0a0ad129
commit fb27708daa

View File

@@ -17,5 +17,6 @@ public static class SendServiceCollectionExtension
services.AddScoped<ISendValidationService, SendValidationService>();
services.AddScoped<ISendCoreHelperService, SendCoreHelperService>();
services.AddScoped<ISendAuthenticationQuery, SendAuthenticationQuery>();
services.AddScoped<ISendOwnerQuery, SendOwnerQuery>();
}
}