Exemplo n.º 1
0
 public AltaProductosPresentador(IAltaProductos _interfaz)
 {
     _servicioBD = new ServiciosDB();
     interfaz    = _interfaz;
 }
Exemplo n.º 2
0
 protected void Page_Load(object sender, EventArgs e)
 {
     _servicios = new ServiciosDB();
     ActualizarGrilla();
 }