ReportCommand constructor

ReportCommand(
  1. ReportService _reportService,
  2. ReportState _state
)

Implementation

ReportCommand(this._reportService, this._state);