Exemple #1
0
 private void detach_VendaProdutos(VendaProduto entity)
 {
     this.SendPropertyChanging();
     entity.Produto = null;
 }
Exemple #2
0
 private void attach_VendaProdutos(VendaProduto entity)
 {
     this.SendPropertyChanging();
     entity.Produto = this;
 }
Exemple #3
0
 partial void UpdateVendaProduto(VendaProduto instance);
Exemple #4
0
 partial void DeleteVendaProduto(VendaProduto instance);
Exemple #5
0
 partial void InsertVendaProduto(VendaProduto instance);