Summary
Initializes a new instance of the
AssertCommand class.
- Assembly
- Rocket
.Surgery .Extensions .Marten .dll - Namespace
- Rocket
.Surgery .Extensions .Marten .Commands - Containing Type
- AssertCommand
Syntax
public AssertCommand(IDocumentStore store, ILogger<AssertCommand> logger)
Parameters
| Name | Type | Description |
|---|---|---|
| store | IDocumentStore | The store. |
| logger | ILogger |
logger. |
Return Value
| Type | Description |
|---|---|
| void |
