Exemplo n.º 1
0
 public SubastaController(IBLSubasta subbl, IBLComentario combl, IBLProducto probl, IBLOferta ofebl, IBLUsuario usubl, IBLAtributo atrIBL, IBLAtributo_Subasta atrSubIBL, IBLFavorito favIBL)
 {
     this.subIBL    = subbl;
     this.comIBL    = combl;
     this.proIBL    = probl;
     this.ofeIBL    = ofebl;
     this.usuIBL    = usubl;
     this.atrIBL    = atrIBL;
     this.favIBL    = favIBL;
     this.atrSubIBL = atrSubIBL;
 }
Exemplo n.º 2
0
 public ComponentesController(IBLCategoria bl, IBLAtributo bla, IBLTipoProducto blt)
 {
     this._blcategoria = bl;
     this._blatributo  = bla;
     this._bltipo      = blt;
 }