DomainService constructor
DomainService(
- ConfigurationService _config,
- CoreService _core
Implementation
DomainService(this._config, this._core);
DomainService(this._config, this._core);