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; }
public ComponentesController(IBLCategoria bl, IBLAtributo bla, IBLTipoProducto blt) { this._blcategoria = bl; this._blatributo = bla; this._bltipo = blt; }