コード例 #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 FavoritosController(IBLSubasta subbl, IBLUsuario usubl, IBLFavorito favIBL)
 {
     this.subIBL = subbl;
     this.usuIBL = usubl;
     this.favIBL = favIBL;
 }