Skip to content

Commit

Permalink
Register IGetTasksForOrganizationQuery
Browse files Browse the repository at this point in the history
  • Loading branch information
gbubemismith committed Jan 27, 2025
1 parent 7e82d62 commit e59946c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Core/Vault/VaultServiceCollectionExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ private static void AddVaultQueries(this IServiceCollection services)
services.AddScoped<IGetTaskDetailsForUserQuery, GetTaskDetailsForUserQuery>();
services.AddScoped<IMarkTaskAsCompleteCommand, MarkTaskAsCompletedCommand>();
services.AddScoped<IGetCipherPermissionsForUserQuery, GetCipherPermissionsForUserQuery>();
services.AddScoped<IGetTasksForOrganizationQuery, GetTasksForOrganizationQuery>();
services.AddScoped<ICreateManyTasksCommand, CreateManyTasksCommand>();
}
}

0 comments on commit e59946c

Please sign in to comment.