Exemplo n.º 1
0
 public TypeSystemController(IConfiguration config, ITypeService ts, ITypeSystemService tss)
 {
     this._config = config;
     this._ts     = ts;
     this._tss    = tss;
 }
Exemplo n.º 2
0
 public TypeSystemFilterAttribute(IConfiguration config, ITypeSystemService its)
 {
     this._config = config;
     this._its    = its;
 }