public TypeSystemControlDataController(IConfiguration config, ITypeSystemAccessoryService tsas, ITypeSystemAccessoryControlDataService tscs, ITypeDataDefineService tds)
 {
     this._config = config;
     this._tsas   = tsas;
     this._tscs   = tscs;
     this._tds    = tds;
 }
 public TypeSystemAccessoryFilterAttribute(IConfiguration config, ITypeSystemAccessoryService tsa)
 {
     this._config = config;
     this._tsa    = tsa;
 }