private void detach_produto(produto entity) { this.SendPropertyChanging(); entity.categoria = null; }
private void attach_produto(produto entity) { this.SendPropertyChanging(); entity.categoria = this; }
partial void Updateproduto(produto instance);
partial void Deleteproduto(produto instance);
partial void Insertproduto(produto instance);