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