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