public ProductosController() { productosServices = new ProductosServices(); }
protected void Button1_Click(object sender, EventArgs e) { var nuevoProducto = ProductosServices.Factory(TextBox1, TextBox2, TextBox3, TextBox4); ProductosDAL.Insertar(nuevoProducto); }