ApplyCommand.

ApplyCommand(IDocumentStore, ILogger<ApplyCommand>) Constructor

Summary

Initializes a new instance of the ApplyCommand class.

Syntax

public ApplyCommand(IDocumentStore store, ILogger<ApplyCommand> logger)

Parameters

Name Type Description
store IDocumentStore The store.
logger ILogger<ApplyCommand> logger.

Return Value

Type Description
void