Exemplo n.º 1
0
 public TypeModuleControlController(ITypeDataDefineService td, ITypeService ts, ITypeModuleService tms, ITypeModuleControlService tmcs)
 {
     this._td   = td;
     this._ts   = ts;
     this._tms  = tms;
     this._tmcs = tmcs;
 }
Exemplo n.º 2
0
 public TypeModuleFeedbackController(ITypeDataDefineService td, ITypeService ts, ITypeModuleControlService tmcs, ITypeModuleFeedbackService tfs)
 {
     this._td   = td;
     this._ts   = ts;
     this._tmcs = tmcs;
     this._tfs  = tfs;
 }