Пример #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;
 }
Пример #2
0
 public OfertaController(IBLOferta bl, IBLSubasta blS, IBLUsuario blU)
 {
     this._bloferta  = bl;
     this._blsubasta = blS;
     this._blusuario = blU;
 }