Ejemplo 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;
 }
Ejemplo n.º 2
0
 public TypeModuleController(ITypeService ts, ITypeModuleService tms)
 {
     this._ts  = ts;
     this._tms = tms;
 }