Exemple #1
0
 private void detach_Sells(Sell entity)
 {
     this.SendPropertyChanging();
     entity.Employee = null;
 }
Exemple #2
0
 private void attach_Sells(Sell entity)
 {
     this.SendPropertyChanging();
     entity.Employee = this;
 }
Exemple #3
0
 partial void UpdateSell(Sell instance);
Exemple #4
0
 partial void DeleteSell(Sell instance);
Exemple #5
0
 partial void InsertSell(Sell instance);