Example #1
0
 private void detach_Sellers(Seller entity)
 {
     this.SendPropertyChanging();
     entity.User = null;
 }
Example #2
0
 private void attach_Sellers(Seller entity)
 {
     this.SendPropertyChanging();
     entity.User = this;
 }
Example #3
0
 partial void UpdateSeller(Seller instance);
Example #4
0
 partial void DeleteSeller(Seller instance);
Example #5
0
 partial void InsertSeller(Seller instance);