mirror of
https://github.com/bitwarden/server
synced 2025-12-17 08:43:27 +00:00
Add documentation
This commit is contained in:
@@ -2,6 +2,13 @@
|
||||
|
||||
namespace Bit.SeederApi.Services;
|
||||
|
||||
/// <summary>
|
||||
/// Service for executing query operations.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// The query service provides a mechanism to execute read-only query operations by name with optional JSON arguments.
|
||||
/// Queries retrieve existing data from the system without modifying state or tracking entities.
|
||||
/// </remarks>
|
||||
public interface IQueryService
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user