mirror of
https://github.com/bitwarden/server
synced 2026-01-04 17:43:53 +00:00
Document queries and scenes
This commit is contained in:
@@ -5,6 +5,9 @@ using Bit.Infrastructure.EntityFramework.Repositories;
|
||||
|
||||
namespace Bit.Seeder.Queries;
|
||||
|
||||
/// <summary>
|
||||
/// Retrieves all emergency access invite urls for the provided email.
|
||||
/// </summary>
|
||||
public class EmergencyAccessInviteQuery(
|
||||
DatabaseContext db,
|
||||
IDataProtectorTokenFactory<EmergencyAccessInviteTokenable> dataProtectorTokenizer)
|
||||
|
||||
Reference in New Issue
Block a user