Пример #1
0
 public TypeAccessoryControlDataController(IConfiguration config, ITypeAccessoryControlDataService tacs, ITypeDataDefineService tds, ITypeAccessoryService tas)
 {
     this._config = config;
     this._tacs   = tacs;
     this._tds    = tds;
     this._tas    = tas;
 }
Пример #2
0
 public TypeModuleControlController(ITypeDataDefineService td, ITypeService ts, ITypeModuleService tms, ITypeModuleControlService tmcs)
 {
     this._td   = td;
     this._ts   = ts;
     this._tms  = tms;
     this._tmcs = tmcs;
 }
Пример #3
0
 public TypeHardWareConfigController(IConfiguration config, ITypeService ts, ITypeDataDefineService tds, ITypeHardwareConfigService ths)
 {
     this._config = config;
     this._ts     = ts;
     this._tds    = tds;
     this._ths    = ths;
 }
Пример #4
0
 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;
 }
Пример #6
0
 public TypeArgumentController(IConfiguration config, ITypeService ts, ITypeArgumentService tas, ITypeDataDefineService tds)
 {
     this._config = config;
     this._ts     = ts;
     this._tas    = tas;
     this._tds    = tds;
 }
Пример #7
0
 public TypeOverviewController(ITypeDataDefineService td, ITypeService ts, ITypeOverviewService tos)
 {
     this._td  = td;
     this._ts  = ts;
     this._tos = tos;
 }
Пример #8
0
 public TypeDataDefineController(IConfiguration config, ITypeDataDefineService td, ITypeService ts)
 {
     this._config = config;
     this._td     = td;
     this._ts     = ts;
 }