partial void DeleteProducto(Producto instance);
partial void UpdateProducto(Producto instance);
partial void InsertProducto(Producto instance);
private void detach_Productos(Producto entity) { this.SendPropertyChanging(); entity.Proveedore = null; }
private void detach_Productos(Producto entity) { this.SendPropertyChanging(); entity.Categoria = null; }
private void attach_Productos(Producto entity) { this.SendPropertyChanging(); entity.Categoria = this; }