Esempio n. 1
0
 private void detach_Leases(Lease entity)
 {
     this.SendPropertyChanging();
     entity.Customer = null;
 }
Esempio n. 2
0
 private void attach_Leases(Lease entity)
 {
     this.SendPropertyChanging();
     entity.Customer = this;
 }
Esempio n. 3
0
 partial void UpdateLease(Lease instance);
Esempio n. 4
0
 partial void DeleteLease(Lease instance);
Esempio n. 5
0
 partial void InsertLease(Lease instance);