public TypeAccessoryControlDataController(IConfiguration config, ITypeAccessoryControlDataService tacs, ITypeDataDefineService tds, ITypeAccessoryService tas) { this._config = config; this._tacs = tacs; this._tds = tds; this._tas = tas; }
public TypeModuleControlController(ITypeDataDefineService td, ITypeService ts, ITypeModuleService tms, ITypeModuleControlService tmcs) { this._td = td; this._ts = ts; this._tms = tms; this._tmcs = tmcs; }
public TypeHardWareConfigController(IConfiguration config, ITypeService ts, ITypeDataDefineService tds, ITypeHardwareConfigService ths) { this._config = config; this._ts = ts; this._tds = tds; this._ths = ths; }
public TypeModuleFeedbackController(ITypeDataDefineService td, ITypeService ts, ITypeModuleControlService tmcs, ITypeModuleFeedbackService tfs) { this._td = td; this._ts = ts; this._tmcs = tmcs; this._tfs = tfs; }
public TypeSystemControlDataController(IConfiguration config, ITypeSystemAccessoryService tsas, ITypeSystemAccessoryControlDataService tscs, ITypeDataDefineService tds) { this._config = config; this._tsas = tsas; this._tscs = tscs; this._tds = tds; }
public TypeArgumentController(IConfiguration config, ITypeService ts, ITypeArgumentService tas, ITypeDataDefineService tds) { this._config = config; this._ts = ts; this._tas = tas; this._tds = tds; }
public TypeOverviewController(ITypeDataDefineService td, ITypeService ts, ITypeOverviewService tos) { this._td = td; this._ts = ts; this._tos = tos; }
public TypeDataDefineController(IConfiguration config, ITypeDataDefineService td, ITypeService ts) { this._config = config; this._td = td; this._ts = ts; }