コード例 #1
0
 public CategoriaController(IBLCategoria bl, IBLTenant blT)
 {
     this._blcategoria = bl;
     this._bltenant    = blT;
 }
コード例 #2
0
 public ComponentesController(IBLCategoria bl, IBLAtributo bla, IBLTipoProducto blt)
 {
     this._blcategoria = bl;
     this._blatributo  = bla;
     this._bltipo      = blt;
 }