Пример #1
0
 public TypeSystemController(IConfiguration config, ITypeService ts, ITypeSystemService tss)
 {
     this._config = config;
     this._ts     = ts;
     this._tss    = tss;
 }
Пример #2
0
 public TypeSystemFilterAttribute(IConfiguration config, ITypeSystemService its)
 {
     this._config = config;
     this._its    = its;
 }