Instructions constructor

Instructions(
  1. DocumentReader documentReader
)

Implementation

Instructions(DocumentReader documentReader)
  : _documentReader = documentReader;