Beispiel #1
0
 public TypeAccessoryControlDataController(IConfiguration config, ITypeAccessoryControlDataService tacs, ITypeDataDefineService tds, ITypeAccessoryService tas)
 {
     this._config = config;
     this._tacs   = tacs;
     this._tds    = tds;
     this._tas    = tas;
 }
 public TypeAccessoryController(IConfiguration config, ITypeService ts, ITypeAccessoryService ta)
 {
     this._config = config;
     this._ts     = ts;
     this._ta     = ta;
 }
 public TypeAccessoryFilterAttribute(IConfiguration config, ITypeAccessoryService tas)
 {
     this._config = config;
     this._tas    = tas;
 }