DomainService constructor

DomainService(
  1. ConfigurationService _config,
  2. CoreService _core
)

Implementation

DomainService(this._config, this._core);